aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLusheng Ji <lji@research.att.com>2017-02-20 20:49:11 +0000
committerGerrit Code Review <gerrit@openecomp.org>2017-02-20 20:49:11 +0000
commitf0ec3a94ab4a32c0545fc0dce09fe41ffcdb9ba2 (patch)
treea54ea52cf3d74c17a9befde8df68f416b9aeeaf0
parentfc396e59143b5e12f5e88436f869daac560f4c86 (diff)
parent2dcab20061a3a1403522ebc78b3705675bab9a87 (diff)
Merge "adapted pom for LF env"
-rw-r--r--pom.xml16
1 files changed, 14 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 79eddb6..371e387 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,6 +46,7 @@
<dependency.locations.enabled>false</dependency.locations.enabled>
<!-- <sonar.host.url>http://localhost:9000</sonar.host.url> -->
<!-- <maven.test.skip>true</maven.test.skip> -->
+ <nexusproxy>https://nexus.openecomp.org</nexusproxy>
</properties>
<pluginRepositories>
@@ -522,7 +523,7 @@
</plugin>
<!-- blackduck maven plugin -->
- <plugin>
+ <!--plugin>
<groupId>com.blackducksoftware.integration</groupId>
<artifactId>hub-maven-plugin</artifactId>
<version>1.4.0</version>
@@ -540,7 +541,7 @@
</goals>
</execution>
</executions>
- </plugin>
+ </plugin-->
</plugins>
</pluginManagement>
<plugins>
@@ -654,5 +655,16 @@
<!-- <url>file:LOCALDIR/${project.artifactId}/</url> -->
<url>dav:https://ecomp-nexus:8443/repository/dcae-javadoc/${project.artifactId}/${project.version}</url>
</site>
+ <repository>
+ <id>ecomp-releases</id>
+ <name>Open eCOMP Release Repository</name>
+ <url>${nexusproxy}/content/repositories/releases/</url>
+ </repository>
+ <snapshotRepository>
+ <id>ecomp-snapshots</id>
+ <name>Open eCOMP Snapshot Repository</name>
+ <url>${nexusproxy}/content/repositories/snapshots/</url>
+ </snapshotRepository>
+
</distributionManagement>
</project>