Update pom to skip parent deploy 25/37925/1
authorda490c <dave.adams@amdocs.com>
Fri, 23 Mar 2018 01:36:17 +0000 (21:36 -0400)
committerda490c <dave.adams@amdocs.com>
Fri, 23 Mar 2018 01:36:39 +0000 (21:36 -0400)
Issue-ID: AAI-599
Change-Id: I2df8b8b72a409151d4deaf92cde05150bcad1d07
Signed-off-by: da490c <dave.adams@amdocs.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index e70bffe..ced2b31 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                <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