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

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Thu Feb 4 19:03:18 EST 2010


Author: pete.muir at jboss.org
Date: 2010-02-04 19:03:18 -0500 (Thu, 04 Feb 2010)
New Revision: 5753

Modified:
   examples/trunk/jsf/numberguess/readme.txt
   examples/trunk/jsf/permalink/readme.txt
Log:
recommend the use of clean :-)

Modified: examples/trunk/jsf/numberguess/readme.txt
===================================================================
--- examples/trunk/jsf/numberguess/readme.txt	2010-02-04 23:02:26 UTC (rev 5752)
+++ examples/trunk/jsf/numberguess/readme.txt	2010-02-05 00:03:18 UTC (rev 5753)
@@ -56,7 +56,7 @@
 You can deploy it as an exploded archive immediately after the war goal is
 finished assembling the exploded structure:
 
- mvn compile war:exploded tomcat:exploded -Ptomcat
+ mvn clean compile war:exploded tomcat:exploded -Ptomcat
 
 Once the application is deployed, you can redeploy it using this command:
 

Modified: examples/trunk/jsf/permalink/readme.txt
===================================================================
--- examples/trunk/jsf/permalink/readme.txt	2010-02-04 23:02:26 UTC (rev 5752)
+++ examples/trunk/jsf/permalink/readme.txt	2010-02-05 00:03:18 UTC (rev 5753)
@@ -46,7 +46,7 @@
 
 You can deploy the packaged archive to Tomcat via HTTP PUT using this command:
 
- mvn package tomcat:deploy -Ptomcat
+ mvn clean package tomcat:deploy -Ptomcat
 
 Then you use this command to undeploy the application:
 



More information about the weld-commits mailing list