Bug 549247 - jenkins job to deploy mvn artifacts

- skip deploying the parent pom
diff --git a/maven/infrastructure/pom.xml b/maven/infrastructure/pom.xml
index aec6004..d1aad24 100644
--- a/maven/infrastructure/pom.xml
+++ b/maven/infrastructure/pom.xml
@@ -95,6 +95,14 @@
 					<skip>true</skip>
 				</configuration>
 			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-deploy-plugin</artifactId>
+				<version>2.7</version>
+				<configuration>
+					<skip>true</skip>
+				</configuration>
+			</plugin>
 		</plugins>
 	</build>
 </project>