kemitix-parent/huntbugs/tile.xml

23 lines
690 B
XML
Raw Normal View History

2017-12-23 17:36:15 +00:00
<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>