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>