diff options
author | Steve Smokowski <ss835w@att.com> | 2017-02-13 14:15:58 -0500 |
---|---|---|
committer | Steve Smokowski <ss835w@att.com> | 2017-02-13 14:16:07 -0500 |
commit | 253f636ff63064244844fb981e5e2482bc4290e3 (patch) | |
tree | 6440a1aa57255431906e985d51c9901a98c3f515 /pom.xml | |
parent | e5451da68aedf8b1d550a80a9c51843f5bb5224b (diff) |
Modify pom skip deploy step
Change-Id: I62bd9ec04c7d8be8fadf1efccbdf5d6a097b7c2e
Signed-off-by: Steve Smokowski <ss835w@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -343,7 +343,15 @@ </execution> </executions> </plugin> - </plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-deploy-plugin</artifactId> + <configuration> + <skip>true</skip> + </configuration> + </plugin> + </plugins> </build> + </project> |