blob: 8fb3a56de4b0bdb6f56188f73eaaef16f3227015 [file] [log] [blame]
<project>
<modelVersion>4.0.0</modelVersion>
<name>Maven Integration Test :: it0040</name>
<groupId>org.apache.maven.its.it0040</groupId>
<artifactId>maven-it-it0040</artifactId>
<description>Test the use of a packaging from a plugin</description>
<packaging>it-packaging</packaging>
<version>1.0</version>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.its.plugins</groupId>
<artifactId>maven-it-plugin-packaging</artifactId>
<version>2.1-SNAPSHOT</version>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
</project>