Skip to content

Commit

Permalink
Make use of check mojo during bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
koraktor committed Dec 12, 2016
1 parent 91599bf commit 1531f70
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,17 @@
<footer>\n_Generated by Mavanagaiata %s at %s_</footer>
</configuration>
<executions>
<execution>
<id>check</id>
<goals>
<goal>check</goal>
</goals>
<configuration>
<requireTagged>true</requireTagged>
</configuration>
</execution>
<execution>
<id>git-info</id>
<phase>generate-sources</phase>
<goals>
<goal>info-class</goal>
</goals>
Expand Down

0 comments on commit 1531f70

Please sign in to comment.