mirror of https://github.com/apache/maven.git
e9a9323812
This supports a change to a simpler local configuration file (~/.m2/settings.xml by default), which has the general format of: <settings> <profiles> <profile> <active>true</active> <!-- not needed if this is the only profile --> <localRepository>/path/to/repo</localRepository> </profile> . . . </profiles> <servers> <server> <id>myserver</id> <username>me</username> <password>mypass</password> <privateKey>/path/to/key</privateKey> <passphrase>key-passphrase</passphrase> </server> . . . </servers> <proxies> <proxy> <active>true</active> <!-- not needed if this is the only proxy --> . . . </proxy> . . . </proxies> </settings> o Added special parameter named '#settings' which simply injects the current MavenSettings from the MavenSession into the request parameters. o Adjusted the it-verifier and mboot2 accordingly. git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163578 13f79535-47bb-0310-9956-ffa450edef68 |
||
---|---|---|
.. | ||
src/main/java/org/apache/maven/plugin/deploy | ||
.cvsignore | ||
pom.xml |