Paul Campbell
dd43bf4c13
git-subtree-dir: tiles git-subtree-mainline:d9a18c5d9c
git-subtree-split:48d577e5dc
22 lines
690 B
XML
22 lines
690 B
XML
<project>
|
|
<properties>
|
|
<huntbugs.version>0.0.11</huntbugs.version>
|
|
</properties>
|
|
<build>
|
|
<plugins>
|
|
<plugin>
|
|
<groupId>one.util</groupId>
|
|
<artifactId>huntbugs-maven-plugin</artifactId>
|
|
<version>${huntbugs.version}</version>
|
|
<executions>
|
|
<execution>
|
|
<phase>verify</phase>
|
|
<goals>
|
|
<goal>huntbugs</goal>
|
|
</goals>
|
|
</execution>
|
|
</executions>
|
|
</plugin><!-- huntbugs-maven-plugin -->
|
|
</plugins>
|
|
</build>
|
|
</project>
|