commit | 253f636ff63064244844fb981e5e2482bc4290e3 | [log] [tgz] |
---|---|---|
author | Steve Smokowski <ss835w@att.com> | Mon Feb 13 14:15:58 2017 -0500 |
committer | Steve Smokowski <ss835w@att.com> | Mon Feb 13 14:16:07 2017 -0500 |
tree | 6440a1aa57255431906e985d51c9901a98c3f515 | |
parent | e5451da68aedf8b1d550a80a9c51843f5bb5224b [diff] |
Modify pom skip deploy step Change-Id: I62bd9ec04c7d8be8fadf1efccbdf5d6a097b7c2e Signed-off-by: Steve Smokowski <ss835w@att.com>
diff --git a/pom.xml b/pom.xml index 2395e53..f1dbaea 100644 --- a/pom.xml +++ b/pom.xml
@@ -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>