mirror of https://github.com/apache/maven.git
15 lines
355 B
XML
15 lines
355 B
XML
<model>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>org.apache.maven</groupId>
|
|
<artifactId>maven-core-it0019</artifactId>
|
|
<version>1.0</version>
|
|
<build>
|
|
<plugins>
|
|
<plugin>
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
<!-- version should be managed via super POM -->
|
|
</plugin>
|
|
</plugins>
|
|
</build>
|
|
</model>
|