aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorBenjamin, Max (mb388a) <mb388a@us.att.com>2019-02-01 18:38:16 -0500
committerBenjamin, Max (mb388a) <mb388a@us.att.com>2019-02-01 18:38:35 -0500
commit961220727e7297e098cf9d5855dad2fb4a7dea5f (patch)
treeba073669cc16e75fa1cdf0734b37e23c2e2774bf /pom.xml
parent62572d10fe5ea77726371c624b6bcbb33ff1707b (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.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 776515613a..d7664ef342 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>