Merge "add maven build properties to spring actuator"
authorSteve Smokowski <ss835w@att.com>
Mon, 4 Feb 2019 13:40:39 +0000 (13:40 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 4 Feb 2019 13:40:39 +0000 (13:40 +0000)
pom.xml

diff --git a/pom.xml b/pom.xml
index 7765156..d7664ef 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                                </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>