Skip to content

Commit 64dfcb2

Browse files
authored
Merge pull request #16563 from dawinkweon/patch-2
Fix maven code example to match instructions
2 parents db8f0f9 + 29cb8df commit 64dfcb2

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)