We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8465db commit 058b20aCopy full SHA for 058b20a
.github/workflows/maven-publish.yml
@@ -22,7 +22,7 @@ jobs:
22
settings-path: ${{ github.workspace }} # location for the settings.xml file
23
24
- name: Build with Maven
25
- run: mvn -B package --file pom.xml
+ run: mvn -B package --file pom.xml -Dquarkus.package.type=uber-jar
26
27
- name: Publish to GitHub Packages Apache Maven
28
run: mvn deploy -s $GITHUB_WORKSPACE/settings.xml
0 commit comments