Skip to content

Commit 9a9d34e

Browse files
Vladimir.ShapkinVladimir.Shapkin
Vladimir.Shapkin
authored and
Vladimir.Shapkin
committed
added flag 'threadSafe = true' to CheckMojo class
1 parent ad66e10 commit 9a9d34e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

qulice-maven-plugin/src/main/java/com/qulice/maven/CheckMojo.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@
5858
* @since 0.3
5959
*/
6060
@Mojo(name = "check", defaultPhase = LifecyclePhase.VERIFY,
61-
requiresDependencyResolution = ResolutionScope.TEST)
61+
requiresDependencyResolution = ResolutionScope.TEST,
62+
threadSafe = true)
6263
public final class CheckMojo extends AbstractQuliceMojo {
6364

6465
/**

0 commit comments

Comments
 (0)