Author: dan.j.allen
Date: 2009-11-07 01:54:43 -0500 (Sat, 07 Nov 2009)
New Revision: 4724
Modified:
examples/trunk/jsf/permalink/pom.xml
Log:
add profiles to maven cli commands
Modified: examples/trunk/jsf/permalink/pom.xml
===================================================================
--- examples/trunk/jsf/permalink/pom.xml 2009-11-07 06:50:51 UTC (rev 4723)
+++ examples/trunk/jsf/permalink/pom.xml 2009-11-07 06:54:43 UTC (rev 4724)
@@ -163,12 +163,12 @@
<prompt>${project.artifactId}</prompt>
<!-- userAliases are for cli:execute-phase -->
<userAliases>
- <runjetty>compile
org.mortbay.jetty:maven-jetty-plugin:run</runjetty>
-
<stopjetty>org.mortbay.jetty:maven-jetty-plugin:stop</stopjetty>
- <runtomcat>compile
org.apache.maven.plugins:maven-war-plugin:inplace
org.codehaus.mojo:tomcat-maven-plugin:run</runtomcat>
+ <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 -o</tcexplode>
+ <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>
Show replies by date