Metro has been contributed to Eclipse Foundation. This repository is for legacy review only. Please refer to the Eclipse EE4J Metro project for the very latest
when building a mavenproject with parallel builds (-P 4) and the jaxws-maven-plugin I get the following WARNING:
[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 TEST :: Backend :: Clients :: TestClient:
[WARNING] org.jvnet.jax-ws-commons:jaxws-maven-plugin:2.2
Is the plugin threadSave and can the @threadSafe be added to get rid of this warning?
when building a mavenproject with parallel builds (-P 4) and the jaxws-maven-plugin I get the following WARNING:
[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 TEST :: Backend :: Clients :: TestClient: [WARNING] org.jvnet.jax-ws-commons:jaxws-maven-plugin:2.2
Is the plugin threadSave and can the @threadSafe be added to get rid of this warning?
Regards, Alexander
Affected Versions
[2.2]