Description:
Maven @3.9.0 introduced plugin breakage. And I don't see a way I can use a particular version of maven with setup-java GitHub Actions. So, can you provide information on how to use/configure a particular version when I use actions/setup-java in a GitHub pipeline? For reference look at this Maven changelog
Task version:
v1 v2 v3 (All versions)
Platform:
Runner type:
Repro steps:
Try to use a maven plugin in your pom.xml. And when running it using maven@3.9.0, it fails to download that plugin.
Expected behavior:
A way to configure a particular version of maven in actions/setup-java@v*
Actual behavior: