Skip to content

Commit

Permalink
spring-boot-maven-plugin adjusts
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Aug 24, 2024
1 parent e639218 commit 61f58f5
Showing 1 changed file with 7 additions and 27 deletions.
34 changes: 7 additions & 27 deletions generators/spring-boot/templates/pom.xml.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,13 @@
<artifactId>spring-boot-maven-plugin</artifactId>
<executions>
<execution>
<id>build-info</id>
<goals>
<goal>build-info</goal>
</goals>
</execution>
<execution>
<id>repackage</id>
<goals>
<goal>repackage</goal>
</goals>
Expand Down Expand Up @@ -618,17 +625,6 @@
</filesets>
</configuration>
</plugin>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>build-info</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>io.github.git-commit-id</groupId>
<artifactId>git-commit-id-maven-plugin</artifactId>
Expand Down Expand Up @@ -778,22 +774,6 @@
</properties>
<build>
<finalName>e2e</finalName>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<executions>
<execution>
<id>repackage</id>
<goals>
<goal>repackage</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</pluginManagement>
</build>
</profile>
<%_ } _%>
Expand Down

0 comments on commit 61f58f5

Please sign in to comment.