mirror of https://github.com/apache/maven.git
17 lines
324 B
XML
17 lines
324 B
XML
<project>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>org.apache.maven.it.mng2006</groupId>
|
|
<artifactId>bootstrapper</artifactId>
|
|
<version>1</version>
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
<modules>
|
|
<module>parent</module>
|
|
</modules>
|
|
|
|
<build>
|
|
<defaultGoal>integration-test</defaultGoal>
|
|
</build>
|
|
</project>
|