aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLusheng Ji <lji@research.att.com>2017-04-11 23:32:11 -0400
committerLusheng Ji <lji@research.att.com>2017-04-11 23:32:11 -0400
commit1d75a840caafd7cb74c74073bb3b62f0f554afe7 (patch)
treed4d8d9247482b6984efa12525577d238cb55247c
parente16144b1b779d1e419e38f8dd41e619068914086 (diff)
testing javadoc dependency skip
Change-Id: Ic687f8223170ca3efb1a01e2751f9cc1b06603a0 Signed-off-by: Lusheng Ji <lji@research.att.com>
-rw-r--r--pom.xml22
1 files changed, 12 insertions, 10 deletions
diff --git a/pom.xml b/pom.xml
index 1192551..78f6a6e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,18 @@
</dependency>
</dependencies>
</plugin>
-
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+
+ <artifactId>maven-project-info-reports-plugin</artifactId>
+
+ <configuration>
+
+<dependencyLocationsEnabled>false</dependencyLocationsEnabled>
+
+</configuration>
+
+</plugin>
</plugins>
</build>
<modules>
@@ -43,13 +54,4 @@
<version>1.1.0-SNAPSHOT</version>
<relativePath>../dcae-org.openecomp.ncomp.maven/ncomp-maven-base</relativePath>
</parent>
- <distributionManagement>
- <site>
- <id>ecomp-site</id>
- <url>dav:${nexusproxy}/content/sites/site/org/openecomp/dcae/dmaapbc/${project.artifactId}/${project.version}/</url>
- </site>
- </distributionManagement>
- <properties>
- <nexusproxy>https://nexus.onap.org</nexusproxy>
- </properties>
</project>