diff options
author | Edwin Lawrance <Edwin.Lawrance@amdocs.com> | 2019-03-05 11:23:05 +0000 |
---|---|---|
committer | Edwin Lawrance <Edwin.Lawrance@amdocs.com> | 2019-03-05 11:23:05 +0000 |
commit | 7ba399d3c66d60536f0757280419140642309b31 (patch) | |
tree | c6daeeb5d293fc90bbd19e7f58423a4583c3dc6f | |
parent | a084a87aef0e6f81aad124395b48ce1daafd0f4f (diff) |
Update pom to conform merge jobs requirments
Change-Id: Ibec2d9ea738569e96d4de7cd24899a0a5886fd99
Issue-ID: AAI-2203
Signed-off-by: Edwin Lawrance <Edwin.Lawrance@amdocs.com>
-rw-r--r-- | pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -49,6 +49,13 @@ <skipDockerBuild>true</skipDockerBuild> </configuration> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-deploy-plugin</artifactId> + <configuration> + <skip>true</skip> + </configuration> + </plugin> </plugins> </build> |