Skip to content

Commit 46867c7

Browse files
author
Fnraçois-Xavier Robin
committed
Merge branch 'main' of https://github.com/fxrobin/api-impl-demo into main
2 parents c8bad6d + 058b20a commit 46867c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
settings-path: ${{ github.workspace }} # location for the settings.xml file
2323

2424
- name: Build with Maven
25-
run: mvn -B package --file pom.xml
25+
run: mvn -B package --file pom.xml -Dquarkus.package.type=uber-jar
2626

2727
- name: Publish to GitHub Packages Apache Maven
2828
run: mvn deploy -s $GITHUB_WORKSPACE/settings.xml

0 commit comments

Comments
 (0)