diff options
author | James Forsyth <jf2512@att.com> | 2019-07-03 19:47:54 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-07-03 19:47:54 +0000 |
commit | c35b399ea90c490f01f30a865df3f7d6de3a204d (patch) | |
tree | 2920aaffd89f4233c07719de4414d42e48c02130 /pom.xml | |
parent | 513d85813f4211be3ae2708c03939b5e124a2f7d (diff) | |
parent | 2aa0e23898e01eafffe643643eefa8fcdb2ff9c6 (diff) |
Merge "Make Validation groovy rules easier for testing"
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -255,6 +255,7 @@ <artifactId>spring-boot-maven-plugin</artifactId> <version>${spring-boot.version}</version> <configuration> + <mainClass>${start-class}</mainClass> <executable>true</executable> </configuration> <executions> |