[seam-commits] Seam SVN: r10807 - examples/trunk/servlet-permalink.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Tue May 5 22:32:09 EDT 2009
Author: dan.j.allen
Date: 2009-05-05 22:32:09 -0400 (Tue, 05 May 2009)
New Revision: 10807
Modified:
examples/trunk/servlet-permalink/pom.xml
Log:
move maven-cli-plugin version to version-matrix
cleanup aliases for maven-cli-plugin
Modified: examples/trunk/servlet-permalink/pom.xml
===================================================================
--- examples/trunk/servlet-permalink/pom.xml 2009-05-06 02:04:14 UTC (rev 10806)
+++ examples/trunk/servlet-permalink/pom.xml 2009-05-06 02:32:09 UTC (rev 10807)
@@ -86,14 +86,13 @@
<plugin>
<groupId>org.twdata.maven</groupId>
<artifactId>maven-cli-plugin</artifactId>
- <version>0.6.3.CR2</version> <!-- TODO move to version-matrix -->
<configuration>
<!-- userAliases are for cli:execute-phase -->
<userAliases>
<runjetty>compile org.apache.maven.plugins:maven-war-plugin:inplace org.mortbay.jetty:maven-jetty-plugin:run -o</runjetty>
<runtomcat>compile org.apache.maven.plugins:maven-war-plugin:inplace org.codehaus.mojo:tomcat-maven-plugin:run -o</runtomcat>
- <explode>compile org.apache.maven.plugins:maven-war-plugin:inplace</explode>
- <explode-web>org.apache.maven.plugins:maven-war-plugin:inplace</explode-web>
+ <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>
<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>
More information about the seam-commits
mailing list