Skip to content

Commit

Permalink
Merge pull request #17 from mnuessler/help-mojo
Browse files Browse the repository at this point in the history
Provide `schemaspy:help` goal
  • Loading branch information
wakaleo authored Aug 8, 2016
2 parents 007e8ba + 6089a32 commit 4cc5b18
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 4cc5b18

Please sign in to comment.