summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorburdziak <olaf.burdziakowski@nokia.com>2019-06-04 10:22:20 +0200
committerburdziak <olaf.burdziakowski@nokia.com>2019-06-04 10:59:45 +0200
commit2aa0e23898e01eafffe643643eefa8fcdb2ff9c6 (patch)
tree01833fb1cd872a7825e57fe74c93270e80d909ab /pom.xml
parentd412dfde90396fd88e28417ac915d45e1cdde5ff (diff)
Make Validation groovy rules easier for testing
Issue-ID: AAI-2470 Change-Id: Ie28390f4ab3c9bd4f8e469812d6b19ecd82c2879 Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
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 6822fc0..c75f0e3 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>