mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 07:15:49 +00:00
Fixed plugin error in pom.xml
This commit is contained in:
parent
ac3e64208e
commit
baf575a693
1 changed files with 307 additions and 305 deletions
6
pom.xml
6
pom.xml
|
@ -130,6 +130,7 @@
|
|||
</dependencies>
|
||||
|
||||
<build>
|
||||
<pluginManagement>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>io.spring.javaformat</groupId>
|
||||
|
@ -184,8 +185,8 @@
|
|||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<!-- Spring Boot Actuator displays build-related information
|
||||
if a META-INF/build-info.properties file is present -->
|
||||
<!-- Spring Boot Actuator displays build-related information if a
|
||||
META-INF/build-info.properties file is present -->
|
||||
<goals>
|
||||
<goal>build-info</goal>
|
||||
</goals>
|
||||
|
@ -275,6 +276,7 @@
|
|||
</dependencies>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
</build>
|
||||
|
||||
<!-- Apache 2 license -->
|
||||
|
|
Loading…
Reference in a new issue