Gary Wu | 7f1c152 | 2017-06-21 15:03:17 -0700 | [diff] [blame^] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| 3 | Copyright (c) 2016 Huawei Technologies Co., Ltd. and others. All rights reserved. |
| 4 | |
| 5 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | you may not use this file except in compliance with the License. |
| 7 | You may obtain a copy of the License at |
| 8 | |
| 9 | http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | |
| 11 | Unless required by applicable law or agreed to in writing, software |
| 12 | distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | See the License for the specific language governing permissions and |
| 15 | limitations under the License. |
| 16 | --> |
| 17 | <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" |
| 18 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 19 | xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd"> |
| 20 | |
| 21 | <profiles> |
| 22 | <profile> |
| 23 | <id>onap-snapshots</id> |
| 24 | <repositories> |
| 25 | <repository> |
| 26 | <id>onap-snapshots</id> |
| 27 | <name>onap-snapshots</name> |
| 28 | <url>https://nexus.onap.org/content/repositories/snapshots/</url> |
| 29 | <releases> |
| 30 | <enabled>false</enabled> |
| 31 | </releases> |
| 32 | <snapshots> |
| 33 | <enabled>true</enabled> |
| 34 | </snapshots> |
| 35 | </repository> |
| 36 | </repositories> |
| 37 | <pluginRepositories> |
| 38 | <pluginRepository> |
| 39 | <id>onap-snapshots</id> |
| 40 | <name>onap-snapshots</name> |
| 41 | <url>https://nexus.onap.org/content/repositories/snapshots/</url> |
| 42 | <releases> |
| 43 | <enabled>false</enabled> |
| 44 | </releases> |
| 45 | <snapshots> |
| 46 | <enabled>true</enabled> |
| 47 | </snapshots> |
| 48 | </pluginRepository> |
| 49 | </pluginRepositories> |
| 50 | </profile> |
| 51 | <profile> |
| 52 | <id>onap-staging</id> |
| 53 | <repositories> |
| 54 | <repository> |
| 55 | <id>onap-staging</id> |
| 56 | <name>onap-staging</name> |
| 57 | <url>https://nexus.onap.org/content/repositories/staging/</url> |
| 58 | <releases> |
| 59 | <enabled>true</enabled> |
| 60 | </releases> |
| 61 | <snapshots> |
| 62 | <enabled>false</enabled> |
| 63 | </snapshots> |
| 64 | </repository> |
| 65 | </repositories> |
| 66 | <pluginRepositories> |
| 67 | <pluginRepository> |
| 68 | <id>onap-staging</id> |
| 69 | <name>onap-staging</name> |
| 70 | <url>https://nexus.onap.org/content/repositories/staging/</url> |
| 71 | <releases> |
| 72 | <enabled>true</enabled> |
| 73 | </releases> |
| 74 | <snapshots> |
| 75 | <enabled>false</enabled> |
| 76 | </snapshots> |
| 77 | </pluginRepository> |
| 78 | </pluginRepositories> |
| 79 | </profile> |
| 80 | <profile> |
| 81 | <id>onap-releases</id> |
| 82 | <repositories> |
| 83 | <repository> |
| 84 | <id>onap-releases</id> |
| 85 | <name>onap-releases</name> |
| 86 | <url>https://nexus.onap.org/content/repositories/releases/</url> |
| 87 | <releases> |
| 88 | <enabled>true</enabled> |
| 89 | </releases> |
| 90 | <snapshots> |
| 91 | <enabled>false</enabled> |
| 92 | </snapshots> |
| 93 | </repository> |
| 94 | </repositories> |
| 95 | <pluginRepositories> |
| 96 | <pluginRepository> |
| 97 | <id>onap-releases</id> |
| 98 | <name>onap-releases</name> |
| 99 | <url>https://nexus.onap.org/content/repositories/releases/</url> |
| 100 | <releases> |
| 101 | <enabled>true</enabled> |
| 102 | </releases> |
| 103 | <snapshots> |
| 104 | <enabled>false</enabled> |
| 105 | </snapshots> |
| 106 | </pluginRepository> |
| 107 | </pluginRepositories> |
| 108 | </profile> |
| 109 | <profile> |
| 110 | <id>onap-public</id> |
| 111 | <repositories> |
| 112 | <repository> |
| 113 | <id>onap-public</id> |
| 114 | <name>onap-public</name> |
| 115 | <url>https://nexus.onap.org/content/repositories/public/</url> |
| 116 | <releases> |
| 117 | <enabled>true</enabled> |
| 118 | </releases> |
| 119 | <snapshots> |
| 120 | <enabled>false</enabled> |
| 121 | </snapshots> |
| 122 | </repository> |
| 123 | </repositories> |
| 124 | <pluginRepositories> |
| 125 | <pluginRepository> |
| 126 | <id>onap-public</id> |
| 127 | <name>onap-public</name> |
| 128 | <url>https://nexus.onap.org/content/repositories/public/</url> |
| 129 | <releases> |
| 130 | <enabled>true</enabled> |
| 131 | </releases> |
| 132 | <snapshots> |
| 133 | <enabled>false</enabled> |
| 134 | </snapshots> |
| 135 | </pluginRepository> |
| 136 | </pluginRepositories> |
| 137 | </profile> |
| 138 | <profile> |
| 139 | <id>local-public</id> |
| 140 | <repositories> |
| 141 | <repository> |
| 142 | <id>local-public</id> |
| 143 | <name>local-public</name> |
| 144 | <url>http://nexus-proxy:8081/nexus/content/repositories/public/</url> |
| 145 | <releases> |
| 146 | <enabled>true</enabled> |
| 147 | </releases> |
| 148 | <snapshots> |
| 149 | <enabled>false</enabled> |
| 150 | </snapshots> |
| 151 | </repository> |
| 152 | </repositories> |
| 153 | <pluginRepositories> |
| 154 | <pluginRepository> |
| 155 | <id>local-public</id> |
| 156 | <name>local-public</name> |
| 157 | <url>http://nexus-proxy:8081/nexus/content/repositories/public/</url> |
| 158 | <releases> |
| 159 | <enabled>true</enabled> |
| 160 | </releases> |
| 161 | <snapshots> |
| 162 | <enabled>false</enabled> |
| 163 | </snapshots> |
| 164 | </pluginRepository> |
| 165 | </pluginRepositories> |
| 166 | </profile> |
| 167 | </profiles> |
| 168 | |
| 169 | <activeProfiles> |
| 170 | <activeProfile>onap-snapshots</activeProfile> |
| 171 | <activeProfile>onap-staging</activeProfile> |
| 172 | <activeProfile>onap-releases</activeProfile> |
| 173 | <activeProfile>onap-public</activeProfile> |
| 174 | <!-- <activeProfile>local-public</activeProfile> --> |
| 175 | </activeProfiles> |
| 176 | |
| 177 | </settings> |