diff --git a/pom.xml b/pom.xml index 2714406..8d5c9b5 100644 --- a/pom.xml +++ b/pom.xml @@ -19,8 +19,8 @@ scalastyle_2.11 - 1.1.0-SNAPSHOT - 3.0 + 1.0.0 + 3.5.2 1.5 1.5 4.11 @@ -41,7 +41,7 @@ org.apache.maven.plugin-tools maven-plugin-annotations - 3.2 + 3.5 provided @@ -53,7 +53,7 @@ org.codehaus.plexus plexus-resources - 1.0-alpha-7 + 1.1.0 diff --git a/src/main/java/org/scalastyle/maven/plugin/ScalastyleViolationCheckMojo.java b/src/main/java/org/scalastyle/maven/plugin/ScalastyleViolationCheckMojo.java index 17d52ba..997a078 100644 --- a/src/main/java/org/scalastyle/maven/plugin/ScalastyleViolationCheckMojo.java +++ b/src/main/java/org/scalastyle/maven/plugin/ScalastyleViolationCheckMojo.java @@ -56,7 +56,7 @@ /** * Entry point for scalastyle maven plugin. */ -@Mojo(name = "check", defaultPhase = LifecyclePhase.VERIFY, requiresProject = true, requiresDependencyResolution = ResolutionScope.TEST) +@Mojo(name = "check", threadSafe = true, defaultPhase = LifecyclePhase.VERIFY, requiresProject = true, requiresDependencyResolution = ResolutionScope.TEST) public class ScalastyleViolationCheckMojo extends AbstractMojo { /**