javaee / metro-jaxws-commons

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
https://eclipse-ee4j.github.io/metro-wsit/
Other
10 stars 9 forks source link

make the jaxws-maven-plugin threadSave #88

Open glassfishrobot opened 12 years ago

glassfishrobot commented 12 years ago

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]

glassfishrobot commented 12 years ago

Reported by agaengel

glassfishrobot commented 7 years ago

This issue was imported from java.net JIRA JAX_WS_COMMONS-88