[weld-commits] Weld SVN: r6881 - archetypes/javaee6-webapp/trunk.
weld-commits at lists.jboss.org
weld-commits at lists.jboss.org
Tue Aug 3 14:40:51 EDT 2010
Author: dan.j.allen
Date: 2010-08-03 14:40:50 -0400 (Tue, 03 Aug 2010)
New Revision: 6881
Modified:
archetypes/javaee6-webapp/trunk/pom.xml
Log:
add clean goal in command hint
Modified: archetypes/javaee6-webapp/trunk/pom.xml
===================================================================
--- archetypes/javaee6-webapp/trunk/pom.xml 2010-08-03 16:28:20 UTC (rev 6880)
+++ archetypes/javaee6-webapp/trunk/pom.xml 2010-08-03 18:40:50 UTC (rev 6881)
@@ -233,7 +233,7 @@
<profile>
<!-- An optional Arquillian testing profile that executes tests in GlassFish Embedded -->
- <!-- Run with 'mvn test -Pglassfish-embedded-3' -->
+ <!-- Run with 'mvn clean test -Pglassfish-embedded-3' -->
<id>glassfish-embedded-3</id>
<dependencies>
<dependency>
@@ -282,7 +282,7 @@
</profile>
<profile>
<!-- An optional Arquillian testing profile that executes tests in a remote JBoss AS instance -->
- <!-- Run with 'mvn test -Pjbossas-remote-6' -->
+ <!-- Run with 'mvn clean test -Pjbossas-remote-6' -->
<id>jbossas-remote-6</id>
<dependencies>
<dependency>
More information about the weld-commits
mailing list