diff options
author | da490c <dave.adams@amdocs.com> | 2018-03-22 21:36:17 -0400 |
---|---|---|
committer | da490c <dave.adams@amdocs.com> | 2018-03-22 21:36:39 -0400 |
commit | b51c84fa89da9ca5c3b4bc85646004bb39ee36e3 (patch) | |
tree | f5b1cc9413f0a9478c0c3395f029e86e837b49b4 /pom.xml | |
parent | 9a9accec75c04dea95a79b4224ad081ec803fb1d (diff) |
Update pom to skip parent deploy
Issue-ID: AAI-599
Change-Id: I2df8b8b72a409151d4deaf92cde05150bcad1d07
Signed-off-by: da490c <dave.adams@amdocs.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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 |