Re: [GitHub] jena pull request: Workaround Maven 3.0.2 bug for jena-osgi

2015-02-25 Thread Rob Vesse
Thanks Stian

This does indeed resolve the build issues for the OSGI modules on our
build servers

Rob

On 25/02/2015 14:28, "asfgit"  wrote:

>Github user asfgit closed the pull request at:
>
>https://github.com/apache/jena/pull/32
>
>
>---
>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.
>---






[GitHub] jena pull request: Workaround Maven 3.0.2 bug for jena-osgi

2015-02-25 Thread asfgit
Github user asfgit closed the pull request at:

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


---
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.
---


[GitHub] jena pull request: Workaround Maven 3.0.2 bug for jena-osgi

2015-02-25 Thread stain
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 `` 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 
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---