modify pom

This commit is contained in:
user.email 2024-07-10 11:57:11 +02:00
parent d8fcd11e67
commit 8c75c87af9

View file

@ -14,6 +14,9 @@
</parent> </parent>
<name>petclinic</name> <name>petclinic</name>
<scm>
<connection>scm:git:</connection>
</scm>
<properties> <properties>
<!-- Generic properties --> <!-- Generic properties -->
@ -221,7 +224,7 @@
<artifactId>spring-boot-maven-plugin</artifactId> <artifactId>spring-boot-maven-plugin</artifactId>
<executions> <executions>
<execution> <execution>
<!-- Spring Boot Actuator displays build-related information <!-- Spring Boot Actuator displays build-related information
if a META-INF/build-info.properties file is present --> if a META-INF/build-info.properties file is present -->
<goals> <goals>
<goal>build-info</goal> <goal>build-info</goal>
@ -385,7 +388,7 @@
<build> <build>
<pluginManagement> <pluginManagement>
<plugins> <plugins>
<!-- This plugin's configuration is used to store Eclipse m2e settings <!-- This plugin's configuration is used to store Eclipse m2e settings
only. It has no influence on the Maven build itself. --> only. It has no influence on the Maven build itself. -->
<plugin> <plugin>
<groupId>org.eclipse.m2e</groupId> <groupId>org.eclipse.m2e</groupId>
@ -443,4 +446,4 @@
</profile> </profile>
</profiles> </profiles>
</project> </project>