mirror of https://github.com/apache/maven.git
Dressing up the execution collision error some more for non -X output.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@191670 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9dfc1f9962
commit
05892c489f
|
@ -312,7 +312,7 @@ public class DefaultMavenProjectBuilder
|
|||
}
|
||||
catch ( IllegalStateException collisionException )
|
||||
{
|
||||
throw new ProjectBuildingException( "Detected illegal plugin-execution configuration in: " + pomLocation, collisionException );
|
||||
throw new ProjectBuildingException( "Detected illegal plugin-execution configuration in: " + pomLocation + " Error output: \n\n" + collisionException.getMessage(), collisionException );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue