diff options
author | 2019-06-04 10:22:20 +0200 | |
---|---|---|
committer | 2019-06-04 10:59:45 +0200 | |
commit | 2aa0e23898e01eafffe643643eefa8fcdb2ff9c6 (patch) | |
tree | 01833fb1cd872a7825e57fe74c93270e80d909ab /pom.xml | |
parent | d412dfde90396fd88e28417ac915d45e1cdde5ff (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.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> |