diff options
author | Lusheng Ji <lji@research.att.com> | 2017-04-11 23:32:11 -0400 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2017-04-11 23:32:11 -0400 |
commit | 1d75a840caafd7cb74c74073bb3b62f0f554afe7 (patch) | |
tree | d4d8d9247482b6984efa12525577d238cb55247c | |
parent | e16144b1b779d1e419e38f8dd41e619068914086 (diff) |
testing javadoc dependency skip
Change-Id: Ic687f8223170ca3efb1a01e2751f9cc1b06603a0
Signed-off-by: Lusheng Ji <lji@research.att.com>
-rw-r--r-- | pom.xml | 22 |
1 files changed, 12 insertions, 10 deletions
@@ -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> |