blob: 7e887262aa548dbb31f2b3a886d92053fdc14688 [file] [log] [blame]
<project>
<modelVersion>4.0.0</modelVersion>
<name>Maven Integration Test :: it0124</name>
<groupId>org.apache.maven.its.it0124</groupId>
<artifactId>maven-it-it0124</artifactId>
<description>Test that ensures the POM extensions can override default component implementations.</description>
<version>1.0</version>
<build>
<extensions>
<extension>
<groupId>org.apache.maven.its.it0124</groupId>
<artifactId>maven-it-it0124-extension</artifactId>
<version>1.0</version>
</extension>
</extensions>
<plugins>
<plugin>
<groupId>org.apache.maven.its.it0124</groupId>
<artifactId>maven-it-it0124-plugin</artifactId>
<version>1.0</version>
<executions>
<execution>
<phase>generate-resources</phase>
<goals>
<goal>lookup</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-verifier-plugin</artifactId>
<configuration>
<verificationFile>src/test/verifier/verifications-test.xml</verificationFile>
</configuration>
<executions>
<execution>
<phase>verify</phase>
<goals>
<goal>verify</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>