summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorda490c <dave.adams@amdocs.com>2018-03-22 21:36:17 -0400
committerda490c <dave.adams@amdocs.com>2018-03-22 21:36:39 -0400
commitb51c84fa89da9ca5c3b4bc85646004bb39ee36e3 (patch)
treef5b1cc9413f0a9478c0c3395f029e86e837b49b4
parent9a9accec75c04dea95a79b4224ad081ec803fb1d (diff)
Update pom to skip parent deploy
Issue-ID: AAI-599 Change-Id: I2df8b8b72a409151d4deaf92cde05150bcad1d07 Signed-off-by: da490c <dave.adams@amdocs.com>
-rw-r--r--pom.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index e70bffe..ced2b31 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,4 +12,17 @@
<module>sparkybe-onap-service/pom.xml</module>
<module>sparkybe-onap-application/pom.xml</module>
</modules>
+
+ <!-- we don't need to deploy the top level pom project -->
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
</project> \ No newline at end of file