Skip to content

Commit

Permalink
Merge pull request #2 from wocommunity/fixThreadSafeWarnings
Browse files Browse the repository at this point in the history
Fix thread safety warnings when building WO projects in parallel
  • Loading branch information
hprange authored Nov 3, 2017
2 parents b652533 + ec9bacd commit b473cbb
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:hprange@gmail.com">Henrique Prange</a>
* @since 2.0
Expand Down

0 comments on commit b473cbb

Please sign in to comment.