aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>