Releases: mojohaus/buildplan-maven-plugin
Releases · mojohaus/buildplan-maven-plugin
Release v2.2.2
What’s Changed
🐛 Bug Fixes
⚙️ Dependencies
- Bump assertj-core from 3.24.1 to 3.24.2 (#165) @dependabot
Release v2.2.1
Release v2.2.0
What’s Changed
🚀 Features
- Highlight plugin prefix in plugin artifactId (#155) @jcgay
- Reorder columns order for list-plugin goal (#153) @jcgay
- Reorder columns order for list-phase goal (#152) @jcgay
- Display plugins version (#154) @nhumblot and @welfoz
- Rename ID column to EXECUTION ID (#150) @hboutemy
🐛 Bug Fixes
🧰 Maintenance
- Automatically format sources with Spotless (#156) @jcgay
- Update documentation after #137 and #118 (#146) @hboutemy
⚙️ Dependencies
- Bump junit-bom from 5.9.0 to 5.9.1 (#151) @dependabot
- Bump jsoup from 1.15.2 to 1.15.3 (#149) @dependabot
- Bump mojo-parent from 69 to 70 (#148) @dependabot
- Bump doxia.version from 1.10 to 1.11.1 (#140) @dependabot
Release v2.1.0
What’s Changed
🚀 Features
- Add a :report goal to generate plugin executions list in HTML (#137) @jcgay
- Reorder table columns order for list goal (#118) @jcgay
🧰 Maintenance
- Automatically release on Maven Central (#138) @jcgay
- Fixed #130 - Migrate to JUnit Jupiter (#131) @khmarbaise
- Fixed #128 - Build on JDK11/JDK17 produces warning - Illegal reflecti… (#129) @khmarbaise
- Fixed #126 - Code cleanup / Improvements (#127) @khmarbaise
- Fixed #124 - Cleanup pom file (#125) @khmarbaise
- Fixed #122 - Link to License should be https instead of http (#123) @khmarbaise
- Rewrite ITs with maven-it-extension (#132) @jcgay
- Reports code coverage on PR (#120) @jcgay
- Publish Test results on GitHub (#119) @jcgay
- use compiler release parameter instead of toolchain (#114) @hboutemy
- improve site: goals menu and edit link (#113) @hboutemy
⚙️ Dependencies
- Bump junit-bom from 5.8.2 to 5.9.0 (#133) @dependabot
- Use Maven 3.8.6 (#121) @jcgay
- Bump mojo-parent from 68 to 69 (#117) @dependabot
- Bump jreleaser-maven-plugin from 1.0.0 to 1.1.0 (#116) @dependabot
Release v2.0.0
Changelog
⚙️ Dependencies
- 78543e2 Bump maven-toolchains-plugin from 3.0.0 to 3.1.0
- 9bcc44f Bump mojo-parent from 67 to 68
- fd784d5 Bump assertj-core from 3.23.0 to 3.23.1
- b421c20 Bump license-maven-plugin from 3.0 to 4.1
- 94cf97e Bump assertj-core from 3.22.0 to 3.23.0
- 369849a Bump jreleaser-maven-plugin from 0.6.0 to 1.0.0
- dbbb0e6 Bump jcgay-build-configuration from 1.18 to 1.19
- 1644824 Bump assertj-core from 3.20.2 to 3.22.0
- e27b071 Bump maven-plugin-plugin from 3.6.1 to 3.6.4
- 94f5844 Bump maven-plugin-annotations from 3.6.1 to 3.6.4
- eec9149 Bump maven-project-info-reports-plugin from 3.1.2 to 3.3.0
- 340c5c9 Revert "Bump doxia-module-markdown from 1.9.1 to 1.10"
- 8b2f295 Prepare release v2.0.0
- d6d115a Add missing documentation on showLifecycles and showAllPhases
- 23816b3 Ignore Maven Core updates
- 10408ac Setup Gitpod
- 575c036 Configure maven-release-plugin
- 09945a1 Move JaCoCo append configuration
- 9f78a23 Generate coverage report with JaCoCo
- c8bd93e Generate wrapper for Maven 3.8.5
- 7ea418f Remove Guava dependency
- f99c56f Fix badge for CI
- 878bc59 Switch to MojoHaus
- 33bbc19 Set version 2.0-SNAPSHOT
- 28bc021 Update maven.yml
- ad351a5 Delete .travis.yml
- a9eba7e Activate Reproducible Builds
https://github.com/jvm-repo-rebuild/reproducible-central
Contributors
We'd like to thank the following people for their contributions:
Hervé Boutemy, Slawomir Jaranowski, Jean-Christophe Gay, Sylwester Lachiewicz, dependabot[bot], GitHub
Release v1.5
Changelog
⚙️ Dependencies
- 15f7b43 Bump assertj-core from 3.19.0 to 3.20.2
- 864fa0d Bump doxia-module-markdown from 1.9.1 to 1.10
- f8968a2 Bump maven-invoker-plugin from 3.2.1 to 3.2.2
- c387358 Bump maven-project-info-reports-plugin from 3.1.1 to 3.1.2
- 03b1c3f Bump maven-plugin-annotations from 3.6.0 to 3.6.1
- 070a122 Bump maven-plugin-plugin from 3.6.0 to 3.6.1
- 093d42a Bump junit from 4.13 to 4.13.2
- 89c5c3f Bump assertj-core from 3.17.2 to 3.19.0
- ee478a3 Build with GitHub actions
- 882bf7d Prepare release v1.5
- f3cc6c8 Hide empty line from empty phase
- ef0868d Code cleanup
- 524524d Use jcgay-build-configuration v1.18
- 354101b Report ITs in code coverage
- 45c2cd9 Add options showLifecycles and showAllPhases
Contributors
We'd like to thank the following people for their contributions:
Jean-Christophe Gay, dependabot[bot], Roland Asmann
v1.3
- Ensure thread safety when writing output to file (92a248a)
- Align table header separators when using list goal (9ea43b8)
- Add Integration Tests (9d7f91d)
- Introduce output file property (94286aa) by @mattnelson
- Build project with maven toolchains to ensure JRE 6 compatibility (f285db4)
- Fix README formatting (f7e88fc)
- Correctly generate Introduction and Usage site pages (9937ea6)
Thanks @mattnelson for the contribution.