Mark plugin as @threadsafe -------------------------- Key: MDEP-329 URL: https://jira.codehaus.org/browse/MDEP-329 Project: Maven 2.x Dependency Plugin Issue Type: Improvement Affects Versions: 2.3 Environment: maven 3 Reporter: David J. M. Karlsen Assignee: Brian Fox
Can the plugin be marked @threadsafe for maven3 parallel builds? Then we can avoid this warning: {noformat} 18:17:53 [WARNING] ***************************************************************** 18:17:53 [WARNING] * Your build is requesting parallel execution, but project * 18:17:53 [WARNING] * contains the following plugin(s) that are not marked as * 18:17:53 [WARNING] * @threadSafe to support parallel building. * 18:17:53 [WARNING] * While this /may/ work fine, please look for plugin updates * 18:17:53 [WARNING] * and/or request plugins be made thread-safe. * 18:17:53 [WARNING] * If reporting an issue, report it against the plugin in * 18:17:53 [WARNING] * question, not against maven-core * 18:17:53 [WARNING] ***************************************************************** 18:17:53 [WARNING] The following plugins are not marked @threadSafe in pays-core-entra-service: 18:17:53 [WARNING] org.apache.maven.plugins:maven-dependency-plugin:2.1 18:17:53 [WARNING] ***************************************************************** {noformat} -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira