blob: 4b2fe559df3a78d7e8680df1a4efcf020322b1f8 [file] [log] [blame]
<project>
<modelVersion>4.0.0</modelVersion>
<name>Maven Integration Test :: it0019</name>
<groupId>org.apache.maven.its.it0019</groupId>
<artifactId>maven-it-it0019</artifactId>
<description>Test that a version is managed by pluginManagement in the super POM</description>
<version>1.0</version>
<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<!-- version should be managed via super POM -->
</plugin>
</plugins>
</build>
</project>