geronimo-xbean
geronimo-xbean copied to clipboard
Remove the dependency on Ant for the Maven plugin
Hi,
The Maven plugin declares an optional dependency on Ant and uses the BuildException class to report errors. This looks wrong, the dependency should either be mandatory, or BuildException should be replaced by an equivalent class from Maven.
Here is a patch replacing BuildException with MojoExecutionException.