Skip to content

Commit 207af1d

Browse files
authored
Update build.yml
1 parent e79ac9c commit 207af1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
distribution: 'temurin'
2525
cache: maven
2626
- name: Build with Maven
27-
run: mvn -B package --file pom.xml
27+
run: mvn -B install --file pom.xml
2828
- name: PMD with Maven
2929
run: mvn pmd:pmd --file pom.xml
3030

0 commit comments

Comments
 (0)