Skip to content

Commit

Permalink
Fixed maven plugin warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Aug 2, 2013
1 parent d00601e commit a1a5056
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions maven-plugin/pom.xml
Expand Up @@ -70,15 +70,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<configuration>
<goalPrefix>forge</goalPrefix>
<goalPrefix>furnace</goalPrefix>
</configuration>
<executions>
<execution>
<id>generated-helpmojo</id>
<goals>
<goal>helpmojo</goal>
</goals>
</execution>
<execution>
<id>mojo-descriptor</id>
<goals>
Expand Down

0 comments on commit a1a5056

Please sign in to comment.