Skip to content

Commit

Permalink
#103 UI should be repackaged as executable with the 'exec' classifier.
Browse files Browse the repository at this point in the history
this will also shring the final forms artifact by ~17MB since we dont
need to include an executable ui
  • Loading branch information
mpostelnicu committed Sep 21, 2016
1 parent 92b67c3 commit f90a704
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,9 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>${spring.boot.version}</version>
<configuration>
<classifier>exec</classifier>
</configuration>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit f90a704

Please sign in to comment.