diff options
author | Jack Lucas <jflucas@research.att.com> | 2019-05-22 10:45:49 -0400 |
---|---|---|
committer | Jack Lucas <jflucas@research.att.com> | 2019-05-22 11:58:54 -0400 |
commit | d9834a145d44a100eb2033889700d17600f54701 (patch) | |
tree | 2660da394fdc4cb61dca0994d7068d8ab0ae0af8 /pom.xml | |
parent | 87c27c2e49671a973c2955330d8bd6a04b411331 (diff) |
Stop building CDAP and Docker plugins
Also remove relationships plugin test case that has different
expected results on Ubuntu and CentOS. (Should not change
test coverage statistics.)
Change-Id: I027e13ee92ff1c799d38d8ad9939c4aff73022c3
Issue-ID: DCAEGEN2-1524
Signed-off-by: Jack Lucas <jflucas@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -32,12 +32,10 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <url>http://maven.apache.org</url> <packaging>pom</packaging> <modules> - <module>cdap</module> - <module>docker</module> - <module>relationships</module> <module>dcae-policy</module> <module>k8s</module> <module>clamp-policy</module> + <module>relationships</module> </modules> <properties> <onap.nexus.url>https://nexus.onap.org</onap.nexus.url> @@ -81,7 +79,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. </configuration> </plugin> <!-- first disable the default Java plugins at various stages --> - <!-- maven-resources-plugin is called during "*resource" phases by default behavior. it prepares + <!-- maven-resources-plugin is called during "*resource" phases by default behavior. it prepares the resources dir. we do not need it --> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -112,7 +110,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. </execution> </executions> </plugin> - <!-- maven-install-plugin is called during "install" phase by default behavior. it tries to copy stuff under + <!-- maven-install-plugin is called during "install" phase by default behavior. it tries to copy stuff under target dir to ~/.m2. we do not need it --> <plugin> <groupId>org.apache.maven.plugins</groupId> |