You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.
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]
The text was updated successfully, but these errors were encountered:
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]
The text was updated successfully, but these errors were encountered: