<distributionManagement> <repository> <id>fxg-releases</id> <url>https://nexus.x.com:8443/nexus/content/repositories/fxg-releases</url> </repository> <snapshotRepository> <id>fxg-snapshots</id> <url>https://nexus.x.com:8443/nexus/content/repositories/fxg-snapshots</url> </snapshotRepository> <site> <id>mvnown</id> <url>scpexe://maven.x.com/var/fedex/scm/mvn/httproot/site/${project.artifactId}/${project.artifactId}-${project.version}</url> </site> </distributionManagement> SETTINGS XML <settings> <!-- Switching to c:/temp for the "document and settings" spacing issues some projects have when stepping out of the java realm to perform function by a plugin. --> <localRepository>${java.io.tmpdir}/${user.name}/repository</localRepository> <interactiveMode>true</interactiveMode> <proxies> <proxy> <active /> <port>3128</port> <host>internet.proxy.fedex.com</host> <id>FedEx VPN Proxy</id> </proxy> </proxies> <servers> <server> <id>releases</id> <username>scm</username> <password>****</password> </server> <server> <id>snapshots</id> <username>dev</username> <password>LKLKLJLKJL</password> </server> </servers> <mirrors> <mirror> <id>proxy</id> <name>Maven Proxy</name> <url>http://maven.x.com:9999/nexus/content/groups/m2/</url> <mirrorOf>external:*,!my-nexus</mirrorOf> </mirror> <mirror> <id>my-nexus</id> <name> Maven Repository Manager running on </name> <url>https://nexus.x.com:8443/nexus/content/groups/m2/</url> <mirrorOf>*</mirrorOf> </mirror> </mirrors> <profiles> <profile> <id>nexus</id> <repositories> <repository> <id>corp-nexus-snapshots</id> <url>https://nexus.x.com:8443/nexus/content/repositories/fxg-snapshots</url> <releases> <enabled>false</enabled> </releases> <snapshots> <enabled>true</enabled> </snapshots> </repository> <repository> <id>corp-nexus-releases</id> <url>https://nexus.x.com:8443/nexus/content/repositories/fxg-releases</url> <releases> <enabled>false</enabled> </releases> <snapshots> <enabled>true</enabled> </snapshots> </repository> </repositories> </profile> </profiles> <activeProfiles> <activeProfile>nexus</activeProfile> </activeProfiles> </settings>
Rants and ravings of a semi-autistic developer who has a hard time remembering idiotic nonsense details. Why remember it, when you know where to find it.
Tuesday, March 14, 2017
settings.xml mirrors repositories proxy
Labels:
maven,
proxy,
settings.xml
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment