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