Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Done
-
blueprint-maven-plugin-1.9.0
-
None
Description
When using Maven and the blueprint plugin to build in multi-threaded mode, e.g. '-T <num proc>' is specified, there is a warning which appears notifying the user the blueprint-maven-plugin is not thread safe.
Is this plugin indeed thread safe? If not, what issues should be expected.
{{*****************************************************************
- Your build is requesting parallel execution, but project *
- contains the following plugin(s) that have goals not marked *
- as @threadSafe to support parallel building. *
- While this /may/ work fine, please look for plugin updates *
- and/or request plugins be made thread-safe. *
- If reporting an issue, report it against the plugin in *
- question, not against maven-core *
*****************************************************************
The following plugins are not marked @threadSafe in DSM for Apache Karaf:
org.apache.aries.blueprint:blueprint-maven-plugin:1.9.0
Enable debug to see more precisely which goals are not marked @threadSafe.
*****************************************************************}}
Attachments
Issue Links
- is related to
-
KARAF-4187 Make karaf-maven-plugin @threadSafe
-
- Resolved
-