Update pom to skip parent deploy
[aai/sparky-be.git] / 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