- <?xml version="1.0" encoding="UTF-8"?>
- <settings
- xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd"
- xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <servers>
- <server>
- <id>localtomcat</id>
- <username>admin</username>
- <password>admin</password>
- </server>
- <server>
- <id>ccp</id>
- <username>buildagent</username>
- <password>vAk4BBc7</password>
- </server>
- <server>
- <id>ccp-snapshot</id>
- <username>buildagent</username>
- <password>vAk4BBc7</password>
- </server>
- </servers>
- <profiles>
- <profile>
- <id>dev</id>
- <repositories>
- <repository>
- <id>new.central.repo</id>
- <url>http://maven.newcorp.com/nexus/content/repositories/central</url>
- </repository>
- </repositories>
- <pluginRepositories>
- <pluginRepository>
- <id>central</id>
- <url>http://maven.newcorp.com/nexus/content/repositories/central</url>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </pluginRepository>
- </pluginRepositories>
- </profile>
- </profiles>
- <activeProfiles>
- <activeProfile>dev</activeProfile>
- </activeProfiles>
- </settings>