Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- vi: set et smarttab sw=2 tabstop=2: --> |
| 3 | <!-- |
| 4 | Copyright (c) 2014, 2015 Cisco Systems, Inc. and others. All rights reserved. |
| 5 | |
| 6 | This program and the accompanying materials are made available under the |
| 7 | terms of the Eclipse Public License v1.0 which accompanies this distribution, |
| 8 | and is available at http://www.eclipse.org/legal/epl-v10.html |
| 9 | --> |
| 10 | <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"> |
| 11 | <profiles> |
| 12 | <!-- NOTE: The ecomp.nexus.url and port will need to be replaced or |
| 13 | defined as properties in your build enviornment. --> |
| 14 | <profile> |
| 15 | <id>openecomp-release</id> |
| 16 | <repositories> |
| 17 | <repository> |
| 18 | <id>openecomp-release</id> |
| 19 | <name>openecomp-release</name> |
| 20 | <url>https://${ecomp.nexus.url}:${ecomp.nexus.port}/repository/maven-releases/</url> |
| 21 | <releases> |
| 22 | <enabled>true</enabled> |
| 23 | <updatePolicy>never</updatePolicy> |
| 24 | </releases> |
| 25 | <snapshots> |
| 26 | <enabled>false</enabled> |
| 27 | </snapshots> |
| 28 | </repository> |
| 29 | </repositories> |
| 30 | <pluginRepositories> |
| 31 | <pluginRepository> |
| 32 | <id>openecomp-release</id> |
| 33 | <name>openecomp-release</name> |
| 34 | <url>https://${ecomp.nexus.url}:${ecomp.nexus.port}/repository/maven-releases/</url> |
| 35 | <releases> |
| 36 | <enabled>true</enabled> |
| 37 | <updatePolicy>never</updatePolicy> |
| 38 | </releases> |
| 39 | <snapshots> |
| 40 | <enabled>false</enabled> |
| 41 | </snapshots> |
| 42 | </pluginRepository> |
| 43 | </pluginRepositories> |
| 44 | </profile> |
| 45 | <profile> |
| 46 | <id>openecomp-snapshots</id> |
| 47 | <repositories> |
| 48 | <repository> |
| 49 | <id>openecomp-snapshot</id> |
| 50 | <name>openecomp-snapshot</name> |
| 51 | <url>https://${ecomp.nexus.url}:${ecomp.nexus.port}/repository/maven-snapshots/</url> |
| 52 | <releases> |
| 53 | <enabled>false</enabled> |
| 54 | </releases> |
| 55 | <snapshots> |
| 56 | <enabled>true</enabled> |
| 57 | </snapshots> |
| 58 | </repository> |
| 59 | </repositories> |
| 60 | <pluginRepositories> |
| 61 | <pluginRepository> |
| 62 | <id>openecomp-snapshot</id> |
| 63 | <name>openecomp-snapshot</name> |
| 64 | <url>https://${ecomp.nexus.url}:${ecomp.nexus.port}/repository/maven-snapshots/</url> |
| 65 | <releases> |
| 66 | <enabled>false</enabled> |
| 67 | </releases> |
| 68 | <snapshots> |
| 69 | <enabled>true</enabled> |
| 70 | </snapshots> |
| 71 | </pluginRepository> |
| 72 | </pluginRepositories> |
| 73 | </profile> |
| 74 | <profile> |
| 75 | <id>opendaylight-release</id> |
| 76 | <repositories> |
| 77 | <repository> |
| 78 | <id>opendaylight-mirror</id> |
| 79 | <name>opendaylight-mirror</name> |
| 80 | <url>https://nexus.opendaylight.org/content/repositories/public/</url> |
| 81 | <releases> |
| 82 | <enabled>true</enabled> |
| 83 | <updatePolicy>never</updatePolicy> |
| 84 | </releases> |
| 85 | <snapshots> |
| 86 | <enabled>false</enabled> |
| 87 | </snapshots> |
| 88 | </repository> |
| 89 | </repositories> |
| 90 | <pluginRepositories> |
| 91 | <pluginRepository> |
| 92 | <id>opendaylight-mirror</id> |
| 93 | <name>opendaylight-mirror</name> |
| 94 | <url>https://nexus.opendaylight.org/content/repositories/public/</url> |
| 95 | <releases> |
| 96 | <enabled>true</enabled> |
| 97 | <updatePolicy>never</updatePolicy> |
| 98 | </releases> |
| 99 | <snapshots> |
| 100 | <enabled>false</enabled> |
| 101 | </snapshots> |
| 102 | </pluginRepository> |
| 103 | </pluginRepositories> |
| 104 | </profile> |
| 105 | <profile> |
| 106 | <id>opendaylight-snapshots</id> |
| 107 | <repositories> |
| 108 | <repository> |
| 109 | <id>opendaylight-snapshot</id> |
| 110 | <name>opendaylight-snapshot</name> |
| 111 | <url>https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/</url> |
| 112 | <releases> |
| 113 | <enabled>false</enabled> |
| 114 | </releases> |
| 115 | <snapshots> |
| 116 | <enabled>true</enabled> |
| 117 | </snapshots> |
| 118 | </repository> |
| 119 | </repositories> |
| 120 | <pluginRepositories> |
| 121 | <pluginRepository> |
| 122 | <id>opendaylight-snapshot</id> |
| 123 | <name>opendaylight-snapshot</name> |
| 124 | <url>https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/</url> |
| 125 | <releases> |
| 126 | <enabled>false</enabled> |
| 127 | </releases> |
| 128 | <snapshots> |
| 129 | <enabled>true</enabled> |
| 130 | </snapshots> |
| 131 | </pluginRepository> |
| 132 | </pluginRepositories> |
| 133 | </profile> |
| 134 | </profiles> |
| 135 | <activeProfiles> |
| 136 | <activeProfile>openecomp-release</activeProfile> |
| 137 | <activeProfile>openecomp-snapshots</activeProfile> |
| 138 | <activeProfile>opendaylight-release</activeProfile> |
| 139 | <activeProfile>opendaylight-snapshots</activeProfile> |
| 140 | </activeProfiles> |
| 141 | <servers> |
| 142 | <!-- NOTE: The ecomp.nexus.user and password will need to be replaced or |
| 143 | defined as properties in your build enviornment. --> |
| 144 | <server> |
| 145 | <id>nexus</id> |
| 146 | <username>${ecomp.nexus.user}</username> |
| 147 | <password>${ecomp.nexus.password}</password> |
| 148 | </server> |
| 149 | <server> |
| 150 | <id>openecomp-release</id> |
| 151 | <username>${ecomp.nexus.user}</username> |
| 152 | <password>${ecomp.nexus.password}</password> |
| 153 | </server> |
| 154 | <server> |
| 155 | <id>openecomp-snapshot</id> |
| 156 | <username>${ecomp.nexus.user}</username> |
| 157 | <password>${ecomp.nexus.password}</password> |
| 158 | </server> |
| 159 | <server> |
| 160 | <id>openecomp-public</id> |
| 161 | <username>${ecomp.nexus.user}</username> |
| 162 | <password>${ecomp.nexus.password}</password> |
| 163 | </server> |
| 164 | <!-- Javadocs Server --> |
| 165 | <server> |
| 166 | <id>app-c-javadoc</id> |
| 167 | <username>${ecomp.nexus.user}</username> |
| 168 | <password>${ecomp.nexus.password}</password> |
| 169 | </server> |
| 170 | </servers> |
| 171 | </settings> |