Release 3.0.0
BREAKING CHANGE:
The default for the settingsPath changes from .m2/settings.xml to ~/.m2/settings.xml. This is the same path that action/setup-java uses by default.
Other changes:
- Merge pull request #34 from terrestris/fix-defaults-clean-debug (9f017e7)
- chore: automated doc generation (5e71390)
- Merge pull request #28 from terrestris/settings-path-default (b379b5b)
- fix: set defaults for clean and debug correctly (c894120)
- fix: use home instead of cwd as settingsPath as action/setup-java creates a default file there (67cb228)