Skip to content

Commit

Permalink
Merge pull request quarkusio#22385 from famod/devmojo-threadsafe
Browse files Browse the repository at this point in the history
Mark DevMojo as threadSafe
  • Loading branch information
aloubyansky authored Dec 20, 2021
2 parents 9b57656 + c9c3817 commit 26f0b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
* <p>
* You can use this dev mode in a remote container environment with {@code remote-dev}.
*/
@Mojo(name = "dev", defaultPhase = LifecyclePhase.PREPARE_PACKAGE, requiresDependencyResolution = ResolutionScope.TEST)
@Mojo(name = "dev", defaultPhase = LifecyclePhase.PREPARE_PACKAGE, requiresDependencyResolution = ResolutionScope.TEST, threadSafe = true)
public class DevMojo extends AbstractMojo {

private static final String EXT_PROPERTIES_PATH = "META-INF/quarkus-extension.properties";
Expand Down

0 comments on commit 26f0b9b

Please sign in to comment.