Modify pom skip deploy step 55/255/1
authorSteve Smokowski <ss835w@att.com>
Mon, 13 Feb 2017 19:15:58 +0000 (14:15 -0500)
committerSteve Smokowski <ss835w@att.com>
Mon, 13 Feb 2017 19:16:07 +0000 (14:16 -0500)
Change-Id: I62bd9ec04c7d8be8fadf1efccbdf5d6a097b7c2e
Signed-off-by: Steve Smokowski <ss835w@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 2395e53..f1dbaea 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                 </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>