mirror of
https://github.com/apache/maven.git
synced 2025-02-23 02:15:50 +00:00
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 @@ protected File getOutputDirectory()
|
||||
}
|
||||
|
||||
public void execute()
|
||||
throws MojoExecutionException
|
||||
throws MojoExecutionException, CompilationFailureException
|
||||
{
|
||||
super.execute();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user