blob: be4ad287e4be04afaca67f48ca316b2b9a4752ce [file] [log] [blame]
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.maven.its.mng0095</groupId>
<artifactId>parent</artifactId>
<version>1.0</version>
<packaging>pom</packaging>
<name>Maven Integration Test :: MNG-95</name>
<description>
Test reactor failure modes fail-fast, fail-at-end and fail-never by forcing an exception in the first module and
checking the build output of the other modules.
</description>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.its.plugins</groupId>
<artifactId>maven-it-plugin-touch</artifactId>
<version>2.1-SNAPSHOT</version>
</plugin>
</plugins>
</pluginManagement>
</build>
<modules>
<module>subproject1</module>
<module>subproject2</module>
<module>subproject3</module>
</modules>
</project>