clean up compiler plugin exception handling

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@314975 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-10-12 17:30:39 +00:00
parent f65323f71a
commit 193f15a392
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ public class CompilerMojo
}
public void execute()
throws MojoExecutionException
throws MojoExecutionException, CompilationFailureException
{
super.execute();