GitHub user saden1 opened a pull request:

    https://github.com/apache/maven-plugin-tools/pull/4

    Update to ASM5 opscode.

    If I include the following into my plugin classpath maven-plugin-pluging 
chokes. 
    ```xml
    <dependency>
       <groupId>org.checkerframework</groupId>
       <artifactId>checker-qual</artifactId>
       <version>1.8.3</version>
    </dependency>
    ```
    
    Using ASM 5 opscodes in the visitor fixes the issue. 

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

    $ git pull https://github.com/saden1/maven-plugin-tools trunk

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

    https://github.com/apache/maven-plugin-tools/pull/4.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 #4
    
----
commit d5617676e3318e7e512016033c2648280649be6a
Author: saden1 <s.a...@fitbur.com>
Date:   2014-07-19T15:21:53Z

    updated to ASM5 opscode.

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to