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:
John Dennis Casey 2005-06-21 15:45:51 +00:00
parent 9dfc1f9962
commit 05892c489f
1 changed files with 1 additions and 1 deletions

View File

@ -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 );
}
}
}