<?xml version="1.0" encoding="UTF-8"?> <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd"> <servers> <server> <id>localhost:1666</id> <username>admin</username> <password>admin</password> </server> </servers> </settings>
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 19967 | jkovisto | Pull over numerous changes from @dantran's branch from change 16716. | ||
//guest/dantran/p4maven/p4maven-mojo/src/it/settings.xml | |||||
#1 | 11284 | dantran |
- upgrade plugins - cleanup plugin-plugin config - add option to configure p4maven-mojo as plugin extension so that all manager singletons can be shared with other plugins ( ie scm, release, build-helper, etc ) |