You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Alex Blewitt (JIRA)" <ji...@apache.org> on 2010/10/13 23:54:33 UTC

[jira] Updated: (FELIX-2657) Maven-bundle-plugin uses old version of BndLib

     [ https://issues.apache.org/jira/browse/FELIX-2657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alex Blewitt updated FELIX-2657:
--------------------------------

    Description: 
Maven-bundle-plugin 2.1.0 refers to bnd 0.0.357. However, bndlib 0.0.401 is available.

http://www.aqute.biz/repo/biz/aQute/bndlib/0.0.401/

  was:
When executing a Maven-3 build with maven-bundle-plugin and set to more than one thread, this error message is shown:



[WARNING] *****************************************************************
[WARNING] * Your build is requesting parallel execution, but project      *
[WARNING] * contains the following plugin(s) that are not marked as       *
[WARNING] * @threadSafe to support parallel building.                     *
[WARNING] * While this /may/ work fine, please look for plugin updates    *
[WARNING] * and/or request plugins be made thread-safe.                   *
[WARNING] * If reporting an issue, report it against the plugin in        *
[WARNING] * question, not against maven-core                              *
[WARNING] *****************************************************************
[WARNING] The following plugins are not marked @threadSafe in com.infoq.minimal:
[WARNING] org.apache.felix:maven-bundle-plugin:2.1.0
[WARNING] *****************************************************************

https://cwiki.apache.org/MAVEN/parallel-builds-in-maven-3.html


mvn -T 4 clean install # Builds with 4 threads

I believe the solution is to add @threadSafe to the maven-bundle-plugin MoJo class (after checking that it is in fact thread-safe :)


> Maven-bundle-plugin uses old version of BndLib
> ----------------------------------------------
>
>                 Key: FELIX-2657
>                 URL: https://issues.apache.org/jira/browse/FELIX-2657
>             Project: Felix
>          Issue Type: Bug
>          Components: Maven Bundle Plugin
>    Affects Versions: maven-bundle-plugin-2.1.0
>            Reporter: Alex Blewitt
>            Priority: Minor
>
> Maven-bundle-plugin 2.1.0 refers to bnd 0.0.357. However, bndlib 0.0.401 is available.
> http://www.aqute.biz/repo/biz/aQute/bndlib/0.0.401/

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.