We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dc3144 commit 9833b2cCopy full SHA for 9833b2c
1 file changed
jdk_17_maven/cs/web/spring-petclinic/pom.xml
@@ -215,6 +215,7 @@
215
<version>3.1.0</version>
216
<executions>
217
<execution>
218
+ <id>build-info</id>
219
<!-- Spring Boot Actuator displays build-related information
220
if a META-INF/build-info.properties file is present -->
221
<goals>
@@ -230,6 +231,7 @@
230
231
</configuration>
232
</execution>
233
234
+ <id>repackage</id>
235
236
<goal>repackage</goal>
237
</goals>
0 commit comments