enable animal-sniffer-maven-plugin on goal compile

This commit is contained in:
Sebastian Sdorra
2014-03-13 21:11:34 +01:00
parent cdd18fa20c
commit 8664abb1b6

View File

@@ -156,6 +156,14 @@
<version>1.0</version>
</signature>
</configuration>
<executions>
<execution>
<phase>compile</phase>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>