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 b199c9c commit 3e4a675Copy full SHA for 3e4a675
.github/workflows/maven-deploy.yml
@@ -12,4 +12,4 @@ jobs:
12
- name: Build
13
run: mvn -B package --file pom.xml
14
- name: Deploy to JavaWebStack Repository
15
- run: mvn deploy -S build/settings.xml
+ run: mvn deploy -s build/settings.xml
0 commit comments