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@314964 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
341973b03f
commit
92b5a461c5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue