This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-reporting-impl.git
commit 72eb346ffdc67b8cc714142e9db8211dbe3dfdd8 Author: Hervé Boutemy <[email protected]> AuthorDate: Fri Mar 27 22:16:33 2026 +0100 disable missing run-its profile --- .github/workflows/maven-verify.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml index ce4b500..44fec51 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -27,3 +27,5 @@ jobs: uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4 with: maven4-enabled: true + ff-goal: verify + verify-goal: verify
