Skip to content

Commit

Permalink
SB Maven plugin add execution
Browse files Browse the repository at this point in the history
  • Loading branch information
Croway committed Sep 5, 2023
1 parent cca4cc1 commit b355b69
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,13 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>${spring.boot-version}</version>
<executions>
<execution>
<goals>
<goal>repackage</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>com.redhat.camel.springboot.platform</groupId>
Expand Down

0 comments on commit b355b69

Please sign in to comment.