Parallel builds in Maven 3 - Apache Software Foundation
https://cwiki.apache.org/confluence/display/MAVEN/Parallel+builds+in+Maven+3
Sometimes it can be hard to determine if a plugin and the underlying libraries are thread-safe, so when adding @threadSafe the following checklist can be used: 1. Check all static fields/variables in plugin/plugin code are not subject to threading problems. You might want to pay special attention to static member variables of the subclasses of "jav...
Sometimes it can be hard to determine if a plugin and the underlying libraries are thread-safe, so when adding @threadSafe the following checklist can be used: 1. Check all static fields/variables in plugin/plugin code are not subject to threading problems. You might want to pay special attention to static member variables of the subclasses of "jav...
DA: 30 PA: 53 MOZ Rank: 93