Author: david.lloyd(a)jboss.com
Date: 2010-07-08 17:17:02 -0400 (Thu, 08 Jul 2010)
New Revision: 5915
Modified:
remoting3/trunk/jboss-remoting/pom.xml
Log:
Override parent setting
Modified: remoting3/trunk/jboss-remoting/pom.xml
===================================================================
--- remoting3/trunk/jboss-remoting/pom.xml 2010-07-05 18:33:44 UTC (rev 5914)
+++ remoting3/trunk/jboss-remoting/pom.xml 2010-07-08 21:17:02 UTC (rev 5915)
@@ -159,6 +159,13 @@
</links>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <configuration>
+ <skip>false</skip>
+ </configuration>
+ </plugin>
</plugins>
</build>
</project>
Show replies by date