Skip to content

Commit

Permalink
chore: fix Maven warning for gmavenplus (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanf committed May 26, 2017
1 parent 06ac144 commit 20f4cdb
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions server/functional-test/pom.xml
Expand Up @@ -609,6 +609,10 @@
<id>extract-appserver</id>
<phase>prepare-package</phase>
</execution>
<execution>
<id>run-jboss-cli</id>
<phase>package</phase>
</execution>
</executions>
</plugin>
<plugin>
Expand Down Expand Up @@ -693,16 +697,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.gmavenplus</groupId>
<artifactId>gmavenplus-plugin</artifactId>
<executions>
<execution>
<id>run-jboss-cli</id>
<phase>package</phase>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.cargo</groupId>
<artifactId>cargo-maven2-plugin</artifactId>
Expand Down

0 comments on commit 20f4cdb

Please sign in to comment.