From f90a7044fad278b0b0be6581b87fa5d29cdb3088 Mon Sep 17 00:00:00 2001 From: Mihai Postelnicu Date: Wed, 21 Sep 2016 18:57:22 +0300 Subject: [PATCH] #103 UI should be repackaged as executable with the 'exec' classifier. this will also shring the final forms artifact by ~17MB since we dont need to include an executable ui --- ui/pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ui/pom.xml b/ui/pom.xml index f4e2c5153..b5eac1653 100644 --- a/ui/pom.xml +++ b/ui/pom.xml @@ -142,6 +142,9 @@ org.springframework.boot spring-boot-maven-plugin ${spring.boot.version} + + exec +