Skip to content
Snippets Groups Projects
Commit e152c29a authored by Jonas Blatt's avatar Jonas Blatt :ant:
Browse files

Add config for install executable jar (Integrated TomEE Server)

parent bc5d2d93
No related branches found
No related tags found
No related merge requests found
......@@ -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>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment