diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-10-03 13:21:30 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-10-03 13:21:30 -0700 |
commit | 3c2e0329f9c4044116cdb50c69c4a9f5bb16aae1 (patch) | |
tree | 57d7285fcd90dbf37db2c096a41354e1a2060ab5 | |
parent | 139a32e10448a968d27b2c2f8f8e2396038ac407 (diff) |
Remove hard-coding of ONAP nexus repos
Remove hard-coding of ONAP nexus repos so that they can be
specified in the setting.xml for each build environment instead.
Change-Id: Ieea666eac1626c0d0f64e7db786aa73851c22cfe
Issue-ID: INT-678
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
-rw-r--r-- | oparent/pom.xml | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/oparent/pom.xml b/oparent/pom.xml index faafd12..2464ed9 100644 --- a/oparent/pom.xml +++ b/oparent/pom.xml @@ -45,52 +45,6 @@ <!-- If following file exist, auto-generation of sdk will be done --> <swagger-json>${basedir}/src/main/resources/swagger.json</swagger-json> </properties> - <repositories> - <repository> - <id>central</id> - <name>Maven 2 repository 2</name> - <url>http://repo2.maven.org/maven2/</url> - </repository> - <repository> - <id>ecomp-releases</id> - <name>ONAP Release Repository</name> - <url>https://nexus.onap.org/content/repositories/releases/</url> - </repository> - <repository> - <id>ecomp-snapshots</id> - <name>ONAP Snapshot Repository</name> - <url>https://nexus.onap.org/content/repositories/snapshots/</url> - <snapshots> - <enabled>true</enabled> - </snapshots> - <releases> - <enabled>false</enabled> - </releases> - </repository> - </repositories> - <pluginRepositories> - <pluginRepository> - <id>central</id> - <name>Maven 2 repository 2</name> - <url>http://repo2.maven.org/maven2/</url> - </pluginRepository> - <pluginRepository> - <id>ecomp-releases</id> - <name>ONAP Release Repository</name> - <url>https://nexus.onap.org/content/repositories/releases/</url> - </pluginRepository> - <pluginRepository> - <id>ecomp-snapshots</id> - <name>ONAP Snapshot Repository</name> - <url>https://nexus.onap.org/content/repositories/snapshots/</url> - <snapshots> - <enabled>true</enabled> - </snapshots> - <releases> - <enabled>false</enabled> - </releases> - </pluginRepository> - </pluginRepositories> <profiles> <profile> <id>generate-json</id> |