Skip to content

Commit

Permalink
Add configuration for maven-plugin-plugin for auto-generation of help…
Browse files Browse the repository at this point in the history
… mojo.
  • Loading branch information
mnuessler committed May 26, 2013
1 parent a5a5d52 commit 6089a32
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,22 @@
</configuration>
</plugin>

<plugin>
<artifactId>maven-plugin-plugin</artifactId>
<version>3.2</version>
<configuration>
<goalPrefix>schemaspy</goalPrefix>
</configuration>
<executions>
<execution>
<id>generated-helpmojo</id>
<goals>
<goal>helpmojo</goal>
</goals>
</execution>
</executions>
</plugin>

</plugins>
<extensions>
<extension>
Expand Down

0 comments on commit 6089a32

Please sign in to comment.