summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Smokowski <ss835w@att.com>2019-02-04 13:40:39 +0000
committerGerrit Code Review <gerrit@onap.org>2019-02-04 13:40:39 +0000
commit19ae1728f6c2b2b18ced0ab8eb6b662c7122d10d (patch)
tree3a489851a04c786c310a8a91b5ec5913f4ed75dd
parent4e8b17fc758a50fcf7ec62daad9c1ac23857c65a (diff)
parent961220727e7297e098cf9d5855dad2fb4a7dea5f (diff)
Merge "add maven build properties to spring actuator"
-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>