Skip to content

Commit 909b510

Browse files
Build with Maven 4.x
1 parent 5bcba29 commit 909b510

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ jobs:
2424
name: Verify
2525
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4
2626
with:
27-
ff-goal: '-P run-its install' # site use project version for reporting
28-
verify-goal: '-P run-its install' # should be the same as for first build
27+
ff-goal: 'install' # site use project version for reporting
28+
verify-goal: 'install' # should be the same as for first build
29+
maven4-enabled: true
2930

3031
# deploy:
3132
# name: Deploy

0 commit comments

Comments
 (0)