maven-compiler-plugin icon indicating copy to clipboard operation
maven-compiler-plugin copied to clipboard

Do not fail fast

Open cstamas opened this issue 3 months ago • 5 comments

By default the matrix will fail fast, but in this case it makes no sense, and is even better to make it non fail fast.

Ref: https://github.com/apache/maven-gh-actions-shared/blob/3b6a3fd53a6cc1ea2f5f25625cc9fd6a9d6ebe22/.github/workflows/maven-verify.yml#L162

cstamas avatar Oct 06 '25 12:10 cstamas