diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/settings.xml | 156 |
1 files changed, 156 insertions, 0 deletions
diff --git a/docs/settings.xml b/docs/settings.xml new file mode 100644 index 0000000000..4f41791baa --- /dev/null +++ b/docs/settings.xml @@ -0,0 +1,156 @@ +<?xml version="1.0" ?> +<settings xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd"> + <proxies> + <proxy> + <active>true</active> + <protocol>http</protocol> + <host>one.proxy.att.com</host> + <port>8080</port> + <nonProxyHosts>127.0.0.1|*.att.com|*.sbc.com</nonProxyHosts> + </proxy> + </proxies> + <servers> + <server> + <id>mso-releases</id> + <username>ddBcRJzY</username> + <password>aOSGdXih74nlv+bshDTrHDERm4mP3IUbSJafFTODfUAV</password> + </server> + <server> + <id>mso-snapshots</id> + <username>ddBcRJzY</username> + <password>aOSGdXih74nlv+bshDTrHDERm4mP3IUbSJafFTODfUAV</password> + </server> + <server> + <id>mso-3rd-party</id> + <username>++4DMlwI</username> + <password>4iWyTu2sLd+fl5hsVJin6c6KOMUilPo7JXzq+r+bl7pB</password> + </server> + <server> + <id>eelf-framework-plugin</id> + <username>++4DMlwI</username> + <password>4iWyTu2sLd+fl5hsVJin6c6KOMUilPo7JXzq+r+bl7pB</password> + </server> + <server> + <id>backport-snapshots</id> + <username>++4DMlwI</username> + <password>4iWyTu2sLd+fl5hsVJin6c6KOMUilPo7JXzq+r+bl7pB</password> + </server> + <server> + <id>opus-snapshots</id> + <username>++4DMlwI</username> + <password>4iWyTu2sLd+fl5hsVJin6c6KOMUilPo7JXzq+r+bl7pB</password> + </server> + <server> + <id>mavencentral-camunda</id> + <username>ddBcRJzY</username> + <password>aOSGdXih74nlv+bshDTrHDERm4mP3IUbSJafFTODfUAV</password> + </server> + <server> + <id>mavencentral-camunda-2</id> + <username>ddBcRJzY</username> + <password>aOSGdXih74nlv+bshDTrHDERm4mP3IUbSJafFTODfUAV</password> + </server> + <server> + <id>ecomp-nexus-public</id> + <username>++4DMlwI</username> + <password>4iWyTu2sLd+fl5hsVJin6c6KOMUilPo7JXzq+r+bl7pB</password> + </server> + <server> + <id>mso-javadoc</id> + <username>++4DMlwI</username> + <password>4iWyTu2sLd+fl5hsVJin6c6KOMUilPo7JXzq+r+bl7pB</password> + </server> + <server> + <id>ecomp-aai-snapshots</id> + <username>m92680</username> + <password>t3b8r8j4s8</password> + </server> + <server> + <id>client-release</id> + <username>GQiKFtmn</username> + <password>OfDkSvQB9DWmZwQVCGCno0PSCj18xN0XPE6sjrELp7Du</password> + </server> + <server> + <id>ecomp-releases</id> + <username>ddBcRJzY</username> + <password>aOSGdXih74nlv+bshDTrHDERm4mP3IUbSJafFTODfUAV</password> + </server> + <server> + <id>ecomp-snapshots</id> + <username>ddBcRJzY</username> + <password>aOSGdXih74nlv+bshDTrHDERm4mP3IUbSJafFTODfUAV</password> + </server> + </servers> + <profiles> + <profile> + <id>repository-activation</id> + <properties> + <nexusproxy>http://localhost:8084</nexusproxy> + <releaseNexusPath>nexus/content/repositories/att-repository-releases/</releaseNexusPath> + <snapshotNexusPath>nexus/content/repositories/att-repository-snapshots/</snapshotNexusPath> + <stagingNexusPath>/content/repositories/staging/</stagingNexusPath> + <dockerPullRepo>dockercentral.it.att.com:5100</dockerPullRepo> + <dockerPushRepo>dockercentral.it.att.com:5100/com.att.mso</dockerPushRepo> + <license.organizationName>AT&T Intellectual Property. All rights reserved.</license.organizationName> + <so.log.level>DEBUG</so.log.level> + </properties> + <repositories> + <repository> + <id>mavencentral-public</id> + <url>http://localhost:8084/nexus/content/groups/public</url> + <snapshots> + <enabled>false</enabled> + </snapshots> + </repository> + <repository> + <id>mso-releases</id> + <name>MSO Release Repository</name> + <url>http://localhost:8084/nexus/content/repositories/mso-releases</url> + </repository> + <repository> + <id>mso-snapshots</id> + <name>MSO Snapshot Repository</name> + <url>http://localhost:8084/nexus/content/repositories/mso-snapshots</url> + <snapshots> + <enabled>true</enabled> + </snapshots> + </repository> + <repository> + <id>mavencentral-camunda</id> + <url>http://localhost:8084/nexus/content/repositories/camunda-bpm-ee-proxy</url> + <snapshots> + <enabled>false</enabled> + </snapshots> + </repository> + <repository> + <id>onap-public</id> + <url>https://nexus.onap.org/content/groups/public</url> + <snapshots> + <enabled>false</enabled> + </snapshots> + </repository> + <repository> + <id>onap-staging</id> + <url>https://nexus.onap.org/content/groups/staging</url> + <snapshots> + <enabled>false</enabled> + </snapshots> + </repository> + </repositories> + <pluginRepositories> + <pluginRepository> + <id>mavencentral-public-plugins</id> + <url>http://localhost:8084/nexus/content/groups/public</url> + </pluginRepository> + <pluginRepository> + <id>mavencentral-3rdparty-plugins</id> + <url>http://localhost:8084/nexus/content/repositories/att-repository-3rd-party</url> + </pluginRepository> + </pluginRepositories> + </profile> + </profiles> + <activeProfiles> + <activeProfile>repository-activation</activeProfile> + </activeProfiles> +</settings>
\ No newline at end of file |