Skip to content

Commit

Permalink
Fix for #42 Mark DetectMojo goal with thread safety info (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenlocka authored May 23, 2020
1 parent 3bed1ba commit f0d2af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/kr/motd/maven/os/DetectMojo.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
* available. An entry will always be made for os.detected.release.like.${os.detected.release}. </li>
* </ul>
*/
@Mojo(name = "detect", defaultPhase = LifecyclePhase.VALIDATE)
@Mojo(name = "detect", defaultPhase = LifecyclePhase.VALIDATE, threadSafe = true)
public class DetectMojo extends AbstractMojo {
static final String CLASSIFIER_WITH_LIKES_PROPERTY = "os.detection.classifierWithLikes";

Expand Down

0 comments on commit f0d2af1

Please sign in to comment.