Skip to content

Commit

Permalink
Fix thread safety warnings when build WO projects in parallel
Browse files Browse the repository at this point in the history
There is no evidence that this plugin isn't thread-safe. So, let's make it thread-safe and avoid the noise.
  • Loading branch information
hprange committed Nov 3, 2017
1 parent b652533 commit ec9bacd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
*
* @goal define-woapplication-resources
* @requiresDependencyResolution compile
* @threadSafe
* @author uli
* @author hprange
* @since 2.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
* resources goal for WebObjects projects.
*
* @goal define-woframework-resources
* @threadSafe
* @author uli
* @since 2.0
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
* @phase package
* @requiresProject
* @requiresDependencyResolution compile
* @threadSafe
* @author uli
* @author hprange
* @since 2.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
* @phase package
* @requiresProject
* @requiresDependencyResolution compile
* @threadSafe
* @author uli
* @author <a href="mailto:[email protected]">Henrique Prange</a>
* @since 2.0
Expand Down

0 comments on commit ec9bacd

Please sign in to comment.