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 8a56dc9 commit b199c9cCopy full SHA for b199c9c
.github/workflows/maven-deploy.yml
@@ -9,8 +9,7 @@ jobs:
9
uses: actions/setup-java@v1
10
with:
11
java-version: 1.8
12
- settings-path: ${{ github.workspace }}/build
13
- name: Build
14
run: mvn -B package --file pom.xml
15
- name: Deploy to JavaWebStack Repository
16
- run: mvn deploy
+ run: mvn deploy -S build/settings.xml
0 commit comments