Skip to content

Commit 63269ab

Browse files
committed
multi-module livereload ( jooby:run) bug #1384
1 parent 97c98a1 commit 63269ab

File tree

1 file changed

+1
-1
lines changed
  • modules/jooby-maven-plugin/src/main/java/io/jooby/maven

1 file changed

+1
-1
lines changed

modules/jooby-maven-plugin/src/main/java/io/jooby/maven/RunMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
* @author edgar
4949
* @since 2.0.0
5050
*/
51-
@Mojo(name = "run", threadSafe = true, requiresDependencyResolution = ResolutionScope.TEST)
51+
@Mojo(name = "run", threadSafe = true, requiresDependencyResolution = ResolutionScope.TEST, aggregator = true)
5252
@Execute(phase = LifecyclePhase.TEST_COMPILE)
5353
public class RunMojo extends AbstractMojo {
5454

0 commit comments

Comments
 (0)