blob: 65c5bcdccf8fe201d88d7387ff3d8720be2ed885 [file] [log] [blame]
<project>
<modelVersion>4.0.0</modelVersion>
<name>Maven Integration Test :: it0006</name>
<groupId>org.apache.maven.its.it0006</groupId>
<artifactId>maven-it-it0006</artifactId>
<description>Integration test for the verifier plugin.</description>
<version>1.0-alpha-2-SNAPSHOT</version>
<build>
<plugins>
<plugin>
<artifactId>maven-verifier-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>verify</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>