GitHub user stain opened a pull request:

    https://github.com/apache/jena/pull/32

    Workaround Maven 3.0.2 bug for jena-osgi

    If using aMaven 3.0.2, gets rid of error
    
        org.apache.maven.plugins.enforcer.RequirePluginVersions
        >> failed with message:
        >> [ERROR] Cannot find lifecycle mapping for packaging: 'bundle'.
    
    This was caused by multi-module build where the `<extensions>` from 
`maven-bundle-plugin` got loaded too late. Note that this bug was not present 
in newer Mavens.
    
    See email thread 
    
http://mail-archives.apache.org/mod_mbox/jena-dev/201502.mbox/%3CD1124C6A.45FC3%25rvesse%40dotnetrdf.org%3E

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

    $ git pull https://github.com/stain/jena jena-osgi-old-maven-workaround

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

    https://github.com/apache/jena/pull/32.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 #32
    
----
commit f3c12d1c77c785b4d6bd1c2dee486208afdb9978
Author: Stian Soiland-Reyes <[email protected]>
Date:   2015-02-25T12:52:19Z

    Workaround Maven 3.0.2 bug for jena-osgi
    
    .. gets rid of error
    
        org.apache.maven.plugins.enforcer.RequirePluginVersions
        >> failed with message:
        >> [ERROR] Cannot find lifecycle mapping for packaging: 'bundle'.

----


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to