blob: a642d8d18ef5e22d7eb6f885087e473bf7db6429 [file] [log] [blame]
<project>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.maven.its.it0089</groupId>
<version>1.0</version>
<artifactId>maven-it-it0089</artifactId>
</parent>
<artifactId>project</artifactId>
<name>Plugin Transitive Dependency Classloading Test</name>
<build>
<plugins>
<plugin>
<artifactId>maven-it0089-plugin</artifactId>
<executions>
<execution>
<phase>validate</phase>
<goals>
<goal>test</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>