Skip to content

Commit

Permalink
Fix to make the fatjar runnable as intended
Browse files Browse the repository at this point in the history
  • Loading branch information
joelrosario committed Sep 30, 2020
1 parent 60ab8ad commit c789b48
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -181,22 +181,17 @@
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.1.1</version>

<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>2.3.4.RELEASE</version>
<configuration>
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
<fork>true</fork>
<mainClass>${start.class}</mainClass>
</configuration>

<executions>
<execution>
<id>make-assembly</id>
<phase>package</phase>
<goals>
<goal>single</goal>
<goal>repackage</goal>
</goals>
</execution>
</executions>
Expand Down

0 comments on commit c789b48

Please sign in to comment.