Skip to content

Commit

Permalink
DSND-585: Repackage the JAR as a Spring Boot app for deployment in E2…
Browse files Browse the repository at this point in the history
…E environments. (#15)
  • Loading branch information
VaughanJackson123 authored Mar 9, 2022
1 parent d191329 commit b474713
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,13 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>repackage</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit b474713

Please sign in to comment.