Skip to content

Commit 02bc0f1

Browse files
authored
Merge pull request github#27072 from github/repo-sync
repo sync
2 parents 0b5cd6d + 64dfcb2 commit 02bc0f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/actions/automating-builds-and-tests/building-and-testing-java-with-maven.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
java-version: '11'
6666
distribution: 'adopt'
6767
- name: Build with Maven
68-
run: mvn --batch-mode --update-snapshots verify
68+
run: mvn --batch-mode --update-snapshots package
6969
```
7070

7171
This workflow performs the following steps:

0 commit comments

Comments
 (0)