Skip to content

Commit

Permalink
Annotate ReferenceGeneratorMojo as threadSafe
Browse files Browse the repository at this point in the history
  • Loading branch information
eschleb committed Jan 23, 2024
1 parent 9532e4b commit eeef772
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import java.util.Set;


@Mojo(name = "reference-generator", defaultPhase = LifecyclePhase.GENERATE_SOURCES)
@Mojo(name = "reference-generator", defaultPhase = LifecyclePhase.GENERATE_SOURCES, threadSafe = true)
public class ReferenceGeneratorMojo extends AbstractMojo {
@Parameter(property = "packageName", required = true)
private String packageName;
Expand Down

0 comments on commit eeef772

Please sign in to comment.