mirror of https://github.com/apache/maven.git
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:
parent
f65323f71a
commit
193f15a392
|
@ -105,7 +105,7 @@ public class CompilerMojo
|
|||
}
|
||||
|
||||
public void execute()
|
||||
throws MojoExecutionException
|
||||
throws MojoExecutionException, CompilationFailureException
|
||||
{
|
||||
super.execute();
|
||||
|
||||
|
|
Loading…
Reference in New Issue