Skip to content

Commit 55e7928

Browse files
authored
Fix pom missing uber jar (#81)
1 parent 3b5f17b commit 55e7928

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,11 @@
3434
<url>https://github.com/Commonjava/gateway</url>
3535
<tag>HEAD</tag>
3636
</scm>
37+
3738
<properties>
38-
<surefire-plugin.version>3.0.0-M5</surefire-plugin.version>
39+
<quarkus.package.type>uber-jar</quarkus.package.type>
3940
</properties>
41+
4042
<dependencyManagement>
4143
<dependencies>
4244
<dependency>

0 commit comments

Comments
 (0)