clean up compiler plugin exception handling

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@314964 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-10-12 16:59:24 +00:00
parent 341973b03f
commit 92b5a461c5
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ public abstract class AbstractCompilerMojo
protected abstract File getOutputDirectory();
public void execute()
throws MojoExecutionException
throws MojoExecutionException, CompilationFailureException
{
// ----------------------------------------------------------------------
// Look up the compiler. This is done before other code than can