From e152c29af53f800cd911689cbac039e278d95fe3 Mon Sep 17 00:00:00 2001 From: Jonas Blatt <jonasblatt@uni-koblenz.de> Date: Mon, 26 Aug 2019 18:52:19 +0200 Subject: [PATCH] Add config for install executable jar (Integrated TomEE Server) --- dmn-verifier-app/pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/dmn-verifier-app/pom.xml b/dmn-verifier-app/pom.xml index b61fe67..6005efe 100644 --- a/dmn-verifier-app/pom.xml +++ b/dmn-verifier-app/pom.xml @@ -157,6 +157,20 @@ <update>true</update> </configuration> </plugin> + <plugin> + <groupId>org.apache.tomee.maven</groupId> + <artifactId>tomee-maven-plugin</artifactId> + <version>7.0.5</version> + <executions> + <execution> + <id>executable-jar</id> + <goals> + <goal>exec</goal> + </goals> + <phase>package</phase> + </execution> + </executions> + </plugin> </plugins> </build> </project> -- GitLab