Skip to content

Commit 48600e2

Browse files
committed
Add the project name
1 parent 1b15839 commit 48600e2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

quarkus/pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
<modelVersion>4.0.0</modelVersion>
2727

2828
<artifactId>http-testserver-quarkus</artifactId>
29+
<name>http-testserver-quarkus</name>
30+
<packaging>jar</packaging>
2931

3032
<dependencies>
3133
<dependency>
@@ -71,4 +73,4 @@
7173
</plugins>
7274
</build>
7375

74-
</project>
76+
</project>

0 commit comments

Comments
 (0)