diff options
author | Steve Smokowski <ss835w@att.com> | 2019-02-04 13:40:39 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-02-04 13:40:39 +0000 |
commit | 19ae1728f6c2b2b18ced0ab8eb6b662c7122d10d (patch) | |
tree | 3a489851a04c786c310a8a91b5ec5913f4ed75dd | |
parent | 4e8b17fc758a50fcf7ec62daad9c1ac23857c65a (diff) | |
parent | 961220727e7297e098cf9d5855dad2fb4a7dea5f (diff) |
Merge "add maven build properties to spring actuator"
-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> |