Skip to content

Commit

Permalink
Annotate Json2PropertiesGeneratorMojo as threadSafe
Browse files Browse the repository at this point in the history
  • Loading branch information
eschleb committed Jan 23, 2024
1 parent ddfeef6 commit a8d4bb2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
import java.util.Set;


@Mojo(name = "json2properties-generator", defaultPhase = LifecyclePhase.GENERATE_RESOURCES)
public class ReferenceGeneratorMojo extends AbstractMojo {
@Mojo(name = "json2properties-generator", defaultPhase = LifecyclePhase.GENERATE_RESOURCES, threadSafe = true)
public class Json2PropertiesGeneratorMojo extends AbstractMojo {
@Parameter(property = "source", required = true)
private String source;
@Parameter(property = "destination", required = true)
Expand Down

0 comments on commit a8d4bb2

Please sign in to comment.