You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by ebourg <gi...@git.apache.org> on 2016/07/29 08:58:18 UTC

[GitHub] geronimo-xbean pull request #14: Remove the dependency on Ant for the Maven ...

GitHub user ebourg opened a pull request:

    https://github.com/apache/geronimo-xbean/pull/14

    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.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ebourg/geronimo-xbean ant-dependency

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/geronimo-xbean/pull/14.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #14
    
----
commit 47f59e132a0ca92ab51acde5c332d64d37bbe157
Author: Emmanuel Bourg <eb...@apache.org>
Date:   2016-07-29T08:49:07Z

    Removed the dependency on Ant for the Maven plugin

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---