[seam-commits] Seam SVN: r12129 - in modules/remoting/trunk/examples: model and 1 other directory.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue Mar 9 06:59:37 EST 2010


Author: shane.bryzak at 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>
    



More information about the seam-commits mailing list