blob: e4201f0d05ffaa87a400dd6ded37c05b3e97f4ca [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>