}
public void execute() throws MojoExecutionException, MojoFailureException {
Map commandLineOptions = fillOptionMap();
try {
new Java2WSDLCodegenEngine(commandLineOptions).generate();
} catch (Exception e) {
e.printStackTrace();
throw new MojoExecutionException(e.getMessage(), e);
}
}