setup-maven
setup-maven copied to clipboard
Set up your GitHub Actions workflow with a specific version of Apache Maven
It would be good to support version ranges like 3.8.x, to find and use latest patch version in that major.minor.
Hello @stCarolas Could you be interested to get some changes in your repo which I have done in my own one? I've done it mostly for fun, but it can...
PR
I would like to make PR, to open up the .m2 home path for configuration. Are you accepting PRs or is it in maintenance mode? 😊 https://github.com/stCarolas/setup-maven/blob/d55bf2a4b0216ee98317512d835fe2294b58648b/src/installer.ts#L16 this I would...
In https://github.com/stCarolas/setup-maven/blob/master/action.yml#L6 it says `# Version Spec of the version to use. Examples: 10.x, 10.15.1, >=10.15.0` which is wrong and is confusing as it's what's pasted into the clipboard. Since...
Hello, thank you for this Github action. Somewhat an edge case, but unfortunately one can not setup a maven 3.0, 3.0, 3.0.1, 3.0.2, or 3.0.3 installation since they are not...