diff --git a/spring-bootstrap-samples/pom.xml b/spring-bootstrap-samples/pom.xml index c512fa7083..d785fd6302 100644 --- a/spring-bootstrap-samples/pom.xml +++ b/spring-bootstrap-samples/pom.xml @@ -87,6 +87,14 @@ + + org.codehaus.mojo + exec-maven-plugin + + true + ${start-class} + + org.apache.maven.plugins maven-shade-plugin diff --git a/spring-bootstrap-samples/spring-bootstrap-ui-sample/pom.xml b/spring-bootstrap-samples/spring-bootstrap-ui-sample/pom.xml index 6a979e9ec2..00a471ae06 100644 --- a/spring-bootstrap-samples/spring-bootstrap-ui-sample/pom.xml +++ b/spring-bootstrap-samples/spring-bootstrap-ui-sample/pom.xml @@ -54,7 +54,10 @@ maven-dependency-plugin - maven-assembly-plugin + maven-shade-plugin + + + maven-exec-plugin