Base parent 43 Release
hazendaz
released this
25 Feb 17:23
·
676 commits
to master
since this release
- plugin updates
- library updates
- Add workflow_dispatch to GHA ci job with name showing the java and distribution used
- Migrate to maven site 4
- Run sortpom during normal build cycle now
- Sort order of formatter runs
- Drop changes plugin as not supported with newer maven site
- Drop changelog plugin as not supported with newer maven site
- Fix maven compiler target test release version
- Change site xsd to site 2.0
- Fix version usage on cyclonedx
- Fix duplicate source run by switch to jar-no-fork and test-jar-no-fork
- Start running cyclonedx
- Rework dependency check to use nvd api key
- Add pmd reports as aggregates
- Add new site GHA action due to issues with maven site processing being highly buggy
- Move coveralls to my modernized fork that coveralls and original author now acknowledge as the new plugin
- For any array usage in pom, use correct names. Maven doesn't care, but its better clarity instead of made up array names
- Add failsafe plugin
- Fix up the site distro page for GHA as it has changed since original usage elsewhere