maven/maven-core-it/it0009/pom.xml

23 lines
491 B
XML

<project>
<modelVersion>4.0.0</modelVersion>
<groupId>maven</groupId>
<artifactId>maven-core-it0009</artifactId>
<version>1.0</version>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<type>test</type>
</dependency>
</dependencies>
<postGoals>
<postGoal>
<name>compiler:compile</name>
<attain>core-it:touch</attain>
</postGoal>
</postGoals>
</project>