Publish fatjar and non-fatjar both

This commit is contained in:
Kris De Volder
2019-05-02 14:56:16 -07:00
parent 9866a4edb2
commit 3f93616970
15 changed files with 21 additions and 12 deletions

View File

@@ -79,6 +79,9 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<classifier>exec</classifier>
</configuration>
<executions>
<execution>
<goals>
@@ -87,7 +90,6 @@
</execution>
</executions>
</plugin>
<!-- generate and package license information for included dependencies -->
<plugin>
<groupId>org.codehaus.mojo</groupId>