saltstack-formulas / maven-formula

A minimalistic way to install just the maven distribution without any dependencies
http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Other
4 stars 10 forks source link

fix Apache URL #38

Closed stratusjerry closed 1 year ago

stratusjerry commented 1 year ago

www.apache.org only has newest maven minor version, archive.apache.org keeps many versions

PR progress checklist (to be filled in by reviewers)


What type of PR is this?

Primary type

Secondary type

Does this PR introduce a BREAKING CHANGE?

No.

Related issues and/or pull requests

161a1356ec27eef77c868c6cc1b5d672c4e20e58

Describe the changes you're proposing

Change the apache URL from www.apache.org, which only keeps newest minor version, to archive.apache.org, which keeps several versions

Pillar / config required to test the proposed changes

Debug log showing how the proposed changes work

Documentation checklist

Testing checklist

Additional context