diff options
author | Benjamin, Max (mb388a) <mb388a@us.att.com> | 2019-02-01 18:38:16 -0500 |
---|---|---|
committer | Benjamin, Max (mb388a) <mb388a@us.att.com> | 2019-02-01 18:38:35 -0500 |
commit | 961220727e7297e098cf9d5855dad2fb4a7dea5f (patch) | |
tree | ba073669cc16e75fa1cdf0734b37e23c2e2774bf /pom.xml | |
parent | 62572d10fe5ea77726371c624b6bcbb33ff1707b (diff) |
add maven build properties to spring actuator
add maven build properties to spring actuator
Change-Id: I3208ac9b82648762956881ae4b09b33942a0fff1
Issue-ID: SO-1459
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -501,6 +501,19 @@ </execution> </executions> </plugin> + <plugin> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-maven-plugin</artifactId> + <version>${springboot.version}</version> + <executions> + <execution> + <id>build-info</id> + <goals> + <goal>build-info</goal> + </goals> + </execution> + </executions> + </plugin> </plugins> </pluginManagement> </build> |