This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/maven-gh-actions-shared.git
The following commit(s) were added to refs/heads/main by this push: new 5794f44 Build only by Maven 4 - docs 5794f44 is described below commit 5794f44057dff70ac6bd7da415090cf0e4bbbd14 Author: Slawomir Jaranowski <s.jaranow...@gmail.com> AuthorDate: Tue Feb 4 18:58:27 2025 +0100 Build only by Maven 4 - docs --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index d25848b..e3332ca 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,15 @@ We can store some logs of execution in case of failure as workflow attachments: verify-goal: 'verify' # only needed if project doesn't have a run-its profile ``` +## Build with Maven 4 only + +```yaml +... + uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4 + with: + maven4-build: true +``` + ## Disable matrix build - only fail-fast build ```yaml