mirror of
https://github.com/apache/maven.git
synced 2025-02-08 19:15:12 +00:00
b69490b828
o Added --fail-fast --fail-at-end --fail-never CLI options, with appropriate summary and exclusion of dependent projects from the build when --fail-at-end is specified. Also, implemented it0046 and it1011 to test it. git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@227490 13f79535-47bb-0310-9956-ffa450edef68
18 lines
499 B
XML
18 lines
499 B
XML
<model>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>org.apache.maven</groupId>
|
|
<artifactId>maven-core-it0045</artifactId>
|
|
<packaging>pom</packaging>
|
|
<version>1.0</version>
|
|
<pluginRepositories>
|
|
<pluginRepository>
|
|
<id>snapshots</id>
|
|
<name>Maven Central Plugins Development Repository</name>
|
|
<url>http://snapshots.maven.codehaus.org/maven2/plugins</url>
|
|
</pluginRepository>
|
|
</pluginRepositories>
|
|
<modules>
|
|
<module>subproject</module>
|
|
</modules>
|
|
</model>
|