[weld-commits] Weld SVN: r6439 - in examples/trunk/jsf: permalink and 1 other directory.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Wed Jun 16 02:30:58 EDT 2010


Author: dan.j.allen
Date: 2010-06-16 02:30:58 -0400 (Wed, 16 Jun 2010)
New Revision: 6439

Modified:
   examples/trunk/jsf/numberguess/pom.xml
   examples/trunk/jsf/permalink/pom.xml
Log:
remove maven-cli-plugin in favor of Maven 3 shell


Modified: examples/trunk/jsf/numberguess/pom.xml
===================================================================
--- examples/trunk/jsf/numberguess/pom.xml	2010-06-16 03:26:00 UTC (rev 6438)
+++ examples/trunk/jsf/numberguess/pom.xml	2010-06-16 06:30:58 UTC (rev 6439)
@@ -731,24 +731,6 @@
             </configuration>
          </plugin>
 
-         <plugin>
-            <groupId>org.twdata.maven</groupId>
-            <artifactId>maven-cli-plugin</artifactId>
-            <configuration>
-               <userAliases>
-                  <runjetty>compile
-                     org.apache.maven.plugins:maven-war-plugin:inplace
-                     org.mortbay.jetty:maven-jetty-plugin:run</runjetty>
-                  <runtomcat>compile
-                     org.apache.maven.plugins:maven-war-plugin:inplace
-                     org.codehaus.mojo:tomcat-maven-plugin:run</runtomcat>
-                  <explode>compile
-                     org.apache.maven.plugins:maven-war-plugin:inplace
-                     -o</explode>
-               </userAliases>
-            </configuration>
-         </plugin>
-
       </plugins>
    </build>
 

Modified: examples/trunk/jsf/permalink/pom.xml
===================================================================
--- examples/trunk/jsf/permalink/pom.xml	2010-06-16 03:26:00 UTC (rev 6438)
+++ examples/trunk/jsf/permalink/pom.xml	2010-06-16 06:30:58 UTC (rev 6439)
@@ -160,38 +160,6 @@
             </configuration>
          </plugin>
 
-         <plugin>
-            <groupId>org.twdata.maven</groupId>
-            <artifactId>maven-cli-plugin</artifactId>
-            <configuration>
-               <prompt>${project.artifactId}</prompt>
-               <!-- userAliases are for cli:execute-phase -->
-               <userAliases>
-                  <runjetty>compile
-                     org.mortbay.jetty:maven-jetty-plugin:run -Pjetty</runjetty>
-                  <stopjetty>org.mortbay.jetty:maven-jetty-plugin:stop
-                     -Pjetty</stopjetty>
-                  <runtomcat>compile
-                     org.apache.maven.plugins:maven-war-plugin:inplace
-                     org.codehaus.mojo:tomcat-maven-plugin:run -Ptomcat</runtomcat>
-                  <explode>compile -o</explode>
-                  <!-- tomcat requires use of war:inplace -->
-                  <tcexplode>compile
-                     org.apache.maven.plugins:maven-war-plugin:inplace
-                     -Ptomcat -o</tcexplode>
-                  <restart>org.apache.maven.plugins:maven-antrun-plugin:run
-                     -Prestart-embedded</restart>
-                  <profiles>org.apache.maven.plugins:maven-help-plugin:active-profiles
-                     -o</profiles>
-                  <pom>org.apache.maven.plugins:maven-help-plugin:effective-pom
-                     -o</pom>
-               </userAliases>
-               <!-- commands are for cli:execute -->
-               <commands>
-               </commands>
-            </configuration>
-         </plugin>
-
       </plugins>
    </build>
 



More information about the weld-commits mailing list