Issue Type: Improvement Improvement
Affects Versions: 1.2
Assignee: Unassigned
Created: 19/Oct/12 1:26 AM
Description:

The latest version of the buildnumber plugin added @threadSafe to the main CreateMojo class but the CreateTimestampMojo and the HGMojo also need to add the @threadSafe annotation or the maven 3 warning will still appear for those plugins.

<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>buildnumber-maven-plugin</artifactId>
<version>1.2</version>
<executions>
<execution>
<phase>validate</phase>
<goals>
<goal>create-timestamp</goal>
</goals>
</execution>
</executions>
</plugin>

[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 project
[WARNING] org.codehaus.mojo:buildnumber-maven-plugin:1.2
[WARNING] *****************************************************************

Project: Mojo Build Number Maven Plugin
Priority: Major Major
Reporter: Paul Foreman
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to