Skip to content

Commit

Permalink
Expose app build-info details on actuator info endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Thopap committed May 19, 2024
1 parent 7bc13bc commit ce8eb7a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,17 @@
</exclude>
</excludes>
</configuration>
<!--
Add build-info.properties to generated artifact
https://docs.spring.io/spring-boot/docs/2.1.7.RELEASE/reference/html/howto-build.html#howto-build-info
-->
<executions>
<execution>
<goals>
<goal>build-info</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit ce8eb7a

Please sign in to comment.