mirror of
https://github.com/apache/maven.git
synced 2025-02-22 18:04:52 +00:00
propogate exception
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@168546 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b31e42b511
commit
57284e462c
@ -128,8 +128,8 @@ public void execute()
|
||||
}
|
||||
catch ( Exception e )
|
||||
{
|
||||
// TODO: handle it
|
||||
e.printStackTrace();
|
||||
// TODO: handle it better
|
||||
throw new MojoExecutionException( "Error during site generation", e );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user