stCarolas / setup-maven

Set up your GitHub Actions workflow with a specific version of Apache Maven
MIT License
57 stars 68 forks source link

Support setup of maven 3.0, 3.0.1, 3.0.2, 3.0.3 #2

Open TheSnoozer opened 4 years ago

TheSnoozer commented 4 years ago

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 hosted on https://archive.apache.org/dist/maven/maven-3/. Older releases can be found on https://archive.apache.org/dist/maven/binaries/.

All 3.X releases should still be supported (at least https://maven.apache.org/docs/history.html doesn#t have any indications about deprecations)