Skip to content

Commit

Permalink
add clean goal in command hint
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Aug 3, 2010
1 parent e83ec7c commit c86a609
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit c86a609

Please sign in to comment.