summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJames Forsyth <jf2512@att.com>2019-07-03 19:47:54 +0000
committerGerrit Code Review <gerrit@onap.org>2019-07-03 19:47:54 +0000
commitc35b399ea90c490f01f30a865df3f7d6de3a204d (patch)
tree2920aaffd89f4233c07719de4414d42e48c02130 /pom.xml
parent513d85813f4211be3ae2708c03939b5e124a2f7d (diff)
parent2aa0e23898e01eafffe643643eefa8fcdb2ff9c6 (diff)
Merge "Make Validation groovy rules easier for testing"
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 6f96d99..e18cb8d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>