From 6d844eb9788d575b23f08df9187de197a5a1fc4a Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Fri, 17 May 2013 16:08:55 +0100 Subject: [PATCH] Allow mvn launch and shade plugin of UI sample --- spring-bootstrap-samples/pom.xml | 8 ++++++++ .../spring-bootstrap-ui-sample/pom.xml | 5 ++++- 2 files changed, 12 insertions(+), 1 deletion(-) 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