Author: shane.bryzak(a)jboss.com
Date: 2010-03-09 06:59:36 -0500 (Tue, 09 Mar 2010)
New Revision: 12129
Modified:
modules/remoting/trunk/examples/helloworld/pom.xml
modules/remoting/trunk/examples/model/pom.xml
Log:
don't publish examples to maven
Modified: modules/remoting/trunk/examples/helloworld/pom.xml
===================================================================
--- modules/remoting/trunk/examples/helloworld/pom.xml 2010-03-09 11:08:01 UTC (rev
12128)
+++ modules/remoting/trunk/examples/helloworld/pom.xml 2010-03-09 11:59:36 UTC (rev
12129)
@@ -55,6 +55,13 @@
<warName>${pom.artifactId}</warName>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
</plugins>
</build>
</project>
Modified: modules/remoting/trunk/examples/model/pom.xml
===================================================================
--- modules/remoting/trunk/examples/model/pom.xml 2010-03-09 11:08:01 UTC (rev 12128)
+++ modules/remoting/trunk/examples/model/pom.xml 2010-03-09 11:59:36 UTC (rev 12129)
@@ -62,6 +62,14 @@
<warName>${pom.artifactId}</warName>
</configuration>
</plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
</plugins>
</build>
Show replies by date