Skip to content

Commit 9833b2c

Browse files
committed
fixed build issue
1 parent 6dc3144 commit 9833b2c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • jdk_17_maven/cs/web/spring-petclinic

jdk_17_maven/cs/web/spring-petclinic/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@
215215
<version>3.1.0</version>
216216
<executions>
217217
<execution>
218+
<id>build-info</id>
218219
<!-- Spring Boot Actuator displays build-related information
219220
if a META-INF/build-info.properties file is present -->
220221
<goals>
@@ -230,6 +231,7 @@
230231
</configuration>
231232
</execution>
232233
<execution>
234+
<id>repackage</id>
233235
<goals>
234236
<goal>repackage</goal>
235237
</goals>

0 commit comments

Comments
 (0)