blob: 5b7c4cf06c1cb561602f878f06a1b98754d9573e [file] [log] [blame]
<project>
<modelVersion>4.0.0</modelVersion>
<name>Maven Integration Test :: it0048</name>
<groupId>org.apache.maven.its.it0048</groupId>
<artifactId>maven-it-it0048</artifactId>
<description>Verify that default values for mojo parameters are working (indirectly,
by verifying that the Surefire mojo is functioning correctly).</description>
<packaging>jar</packaging>
<version>1.0</version>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<type>jar</type>
<scope>test</scope>
</dependency>
</dependencies>
</project>