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 b7ad28d commit 02e0ed6Copy full SHA for 02e0ed6
.github/workflows/maven.yml
@@ -23,4 +23,4 @@ jobs:
23
- name: Build with Maven
24
env:
25
token: ${{ secrets.GITHUB_TOKEN }}
26
- run: mvn -s settings.xml -B package --file pom.xml
+ run: mvn install -s settings.xml -B package --file pom.xml
0 commit comments