Skip to content

Commit

Permalink
Merge pull request #53 from hakan42/master
Browse files Browse the repository at this point in the history
Added "help" goal to fix issue 191
  • Loading branch information
mosabua committed Aug 26, 2011
2 parents 97408a2 + f9d3cfb commit 67c8912
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Expand Up @@ -275,6 +275,14 @@
</plugin>
<plugin>
<artifactId>maven-plugin-plugin</artifactId>
<executions>
<execution>
<id>generated-helpmojo</id>
<goals>
<goal>helpmojo</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 67c8912

Please sign in to comment.