[webbeans-commits] Webbeans SVN: r2657 - in examples/trunk: servlet-numberguess and 1 other directory.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Tue May 5 22:23:14 EDT 2009


Author: dan.j.allen
Date: 2009-05-05 22:23:13 -0400 (Tue, 05 May 2009)
New Revision: 2657

Modified:
   examples/trunk/pom.xml
   examples/trunk/servlet-numberguess/pom.xml
Log:
maven-cli-plugin


Modified: examples/trunk/pom.xml
===================================================================
--- examples/trunk/pom.xml	2009-05-06 02:23:04 UTC (rev 2656)
+++ examples/trunk/pom.xml	2009-05-06 02:23:13 UTC (rev 2657)
@@ -4,7 +4,7 @@
    <parent>
       <groupId>org.jboss.webbeans</groupId>
       <artifactId>webbeans-version-matrix</artifactId>
-      <version>1.0.0.PREVIEW1</version>
+      <version>1.0.0-SNAPSHOT</version>
    </parent>
    <groupId>org.jboss.webbeans.examples</groupId>
    <artifactId>parent</artifactId>

Modified: examples/trunk/servlet-numberguess/pom.xml
===================================================================
--- examples/trunk/servlet-numberguess/pom.xml	2009-05-06 02:23:04 UTC (rev 2656)
+++ examples/trunk/servlet-numberguess/pom.xml	2009-05-06 02:23:13 UTC (rev 2657)
@@ -96,6 +96,19 @@
             </dependencies>
          </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>
+                  <refresh-all>compile org.apache.maven.plugins:maven-war-plugin:inplace -o</refresh-all>
+                  <refresh-web>org.apache.maven.plugins:maven-war-plugin:inplace -o</refresh-web>
+               </userAliases>
+            </configuration>
+         </plugin>
+
       </plugins>
    </build>
 




More information about the weld-commits mailing list