maven/sandbox/maven-it-plugin
Kenney Westerhof 9592dddc6e Since stacktraces are printed when a cause is present in MojoExecutionException,
log the error instead and throw an exception without a cause.

Maybe it's better to have 2 MojoExecutionExceptions: one that signals
a real error/failure in maven (or pom setup), and one that just
signals normal build errors (no stacktrace printed).


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291423 13f79535-47bb-0310-9956-ffa450edef68
2005-09-25 15:07:39 +00:00
..
src/main/java/org/apache/maven/plugin/it Since stacktraces are printed when a cause is present in MojoExecutionException, 2005-09-25 15:07:39 +00:00
pom.xml Basics of an Integration Test Plugin. 2005-09-05 16:18:07 +00:00