Skip to content

Commit

Permalink
feat: Remove unneeded 'repackage' execution block
Browse files Browse the repository at this point in the history
  • Loading branch information
mpalourdio committed Nov 27, 2024
1 parent 0751046 commit 30cf57b
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -191,14 +191,9 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<executions>
<execution>
<id>repackage</id>
<configuration>
<executable>true</executable>
</configuration>
</execution>
</executions>
<configuration>
<executable>true</executable>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 30cf57b

Please sign in to comment.