Skip to content

Commit 2b6d418

Browse files
Mark Maven plugin as threadSafe
1 parent dd5f0cc commit 2b6d418

File tree

1 file changed

+1
-1
lines changed
  • typescript-generator-maven-plugin/src/main/java/cz/habarta/typescript/generator/maven

1 file changed

+1
-1
lines changed

typescript-generator-maven-plugin/src/main/java/cz/habarta/typescript/generator/maven/GenerateMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* Generates TypeScript declaration file from specified java classes.
1515
* For more information see README and Wiki on GitHub.
1616
*/
17-
@Mojo(name = "generate", defaultPhase = LifecyclePhase.PROCESS_CLASSES, requiresDependencyResolution = ResolutionScope.COMPILE)
17+
@Mojo(name = "generate", defaultPhase = LifecyclePhase.PROCESS_CLASSES, requiresDependencyResolution = ResolutionScope.COMPILE, threadSafe = true)
1818
public class GenerateMojo extends AbstractMojo {
1919

2020
/**

0 commit comments

Comments
 (0)