-
Enhancement
-
Resolution: Done
-
Major
-
7.0.2.Final
-
None
The build should fail if the maven artifacts to be copied into the distribution jar are not found.
To reproduce the issue apply this patch (the build will succeed but the distribution .zip will not contain the uberjars):
diff --git a/all/pom.xml b/all/pom.xml index cecd6c6..779ed97 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -25,7 +25,7 @@ <executions> <execution> <id>mrproper</id> - <phase>prepare-package</phase> + <phase>initialize</phase> <goals> <goal>clean</goal> </goals>