Skip to content

Commit 77fe55a

Browse files
authored
Fix maven code example to match instructions
1 parent ab4d585 commit 77fe55a

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
@@ -66,7 +66,7 @@ jobs:
6666
java-version: '11'
6767
distribution: 'adopt'
6868
- name: Build with Maven
69-
run: mvn --batch-mode --update-snapshots verify
69+
run: mvn --batch-mode --update-snapshots package
7070
```
7171
{% endraw %}
7272

0 commit comments

Comments
 (0)