mirror of https://github.com/apache/maven.git
o Re-enabled reactor collision detection
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@789091 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ee5dd78bd1
commit
b6f19629ed
|
@ -222,11 +222,9 @@ public class DefaultMaven
|
||||||
|
|
||||||
if ( !collisions.isEmpty() )
|
if ( !collisions.isEmpty() )
|
||||||
{
|
{
|
||||||
/*
|
throw new org.apache.maven.DuplicateProjectException( "Two or more projects in the reactor"
|
||||||
throw new DuplicateProjectException( "Two or more projects in the reactor"
|
|
||||||
+ " have the same identifier, please make sure that <groupId>:<artifactId>:<version>"
|
+ " have the same identifier, please make sure that <groupId>:<artifactId>:<version>"
|
||||||
+ " is unique for each project: " + collisions );
|
+ " is unique for each project: " + collisions, collisions );
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return index;
|
return index;
|
||||||
|
|
Loading…
Reference in New Issue