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 e79ac9c commit 207af1dCopy full SHA for 207af1d
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
distribution: 'temurin'
25
cache: maven
26
- name: Build with Maven
27
- run: mvn -B package --file pom.xml
+ run: mvn -B install --file pom.xml
28
- name: PMD with Maven
29
run: mvn pmd:pmd --file pom.xml
30
0 commit comments