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:
Benjamin Bentmann 2009-06-28 11:56:35 +00:00
parent ee5dd78bd1
commit b6f19629ed
1 changed files with 2 additions and 4 deletions

View File

@ -222,11 +222,9 @@ public class DefaultMaven
if ( !collisions.isEmpty() )
{
/*
throw new DuplicateProjectException( "Two or more projects in the reactor"
throw new org.apache.maven.DuplicateProjectException( "Two or more projects in the reactor"
+ " 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;