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:
Brett Leslie Porter 2005-05-06 07:07:04 +00:00
parent b31e42b511
commit 57284e462c

View File

@ -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 );
}
}
}