Skip to content

Commit

Permalink
fix: Marked the build mojo as threadsafe so 'mvn -T 1C' doesn't compl…
Browse files Browse the repository at this point in the history
…ain.
  • Loading branch information
amunra committed Jan 18, 2023
1 parent 195d07f commit 48aad51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
/**
* An example of a Maven plugin.
*/
@Mojo(name = "build", defaultPhase = LifecyclePhase.COMPILE)
@Mojo(name = "build", defaultPhase = LifecyclePhase.COMPILE, threadSafe = true)
public class CargoBuildMojo extends AbstractMojo {

@Parameter(property = "project", readonly = true)
Expand Down

0 comments on commit 48aad51

Please sign in to comment.