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

Create uber jar

parent 1190c199
No related branches found
No related tags found
No related merge requests found
...@@ -82,6 +82,9 @@ ...@@ -82,6 +82,9 @@
<groupId>io.quarkus</groupId> <groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId> <artifactId>quarkus-maven-plugin</artifactId>
<version>${quarkus.version}</version> <version>${quarkus.version}</version>
<configuration>
<uberJar>true</uberJar>
</configuration>
<executions> <executions>
<execution> <execution>
<goals> <goals>
......
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