Releases: apache/maven-install-plugin
Releases · apache/maven-install-plugin
3.1.4
🚀 New features and improvements
- Enable GitHub Issues (#119) @slawekjaranowski
- Add release-drafter, PR automation (#101) @slawekjaranowski
📦 Dependency updates
- Bump resolverVersion from 1.9.18 to 1.9.22 (#108) @dependabot[bot]
- Bump org.mockito:mockito-core from 4.8.1 to 4.11.0 (#109) @dependabot[bot]
- Bump mavenVersion from 3.9.6 to 3.9.9 (#104) @dependabot[bot]
👻 Maintenance
- [MNGSITE-529] - Rename "Goals" to "Plugin Documentation" (#112) @Bukama
- Remove unused method (#97) @pzygielo
4.0.0-beta-2
Warning
This plugin is a Maven 4 plugin and requires Maven 4.x to run.
🚀 New features and improvements
- Enable GitHub Issues (#102) @slawekjaranowski
- [MINSTALL-207] - Change installAtEnd default value (#93) @gnodet
- Upgrade to Maven 4.0.0-rc-2 (#114) @slawekjaranowski
- Add dependabot for 3.x branch (#103) @slawekjaranowski
- Add release-drafter, PR automation (#100) @slawekjaranowski
- Upgrade to beta-5 (#89) @gnodet
📦 Dependency updates
- Bump org.junit:junit-bom from 5.11.4 to 5.12.0 (#120) @dependabot[bot]
- Bump com.google.guava:guava from 32.0.1-jre to 33.4.0-jre (#96) @dependabot[bot]
- Bump org.mockito:mockito-core from 5.12.0 to 5.15.2 (#117) @dependabot[bot]
- Bump org.slf4j:slf4j-simple from 2.0.13 to 2.0.16 (#80) @dependabot[bot]
- Bump org.apache.maven.resolver:maven-resolver-api from 2.0.0 to 2.0.6 (#111) @dependabot[bot]
- Bump org.apache.maven.plugins:maven-plugins from 42 to 43 (#75) @dependabot[bot]
- Bump org.junit:junit-bom from 5.11.0 to 5.11.4 (#94) @dependabot[bot]
- Bump org.junit.jupiter:junit-jupiter-api from 5.10.2 to 5.11.0 (#82) @dependabot[bot]
- Bump org.apache.maven.resolver:maven-resolver-api from 2.0.0-alpha-11 to 2.0.0 (#74) @dependabot[bot]
👻 Maintenance
- Publish documentation to LATEST-4.x (#118) @slawekjaranowski
- Add Stale action (#116) @slawekjaranowski
- [MNGSITE-529] - Rename "Goals" to "Plugin Documentation" (#113) @Bukama
- Add badge for 3.x version (#110) @slawekjaranowski
- Disable Jenkins build (#99) @slawekjaranowski
- Minor copy edits (#76) @elharo
3.1.3
Release Notes - Maven Install Plugin - Version 3.1.3
Bug
- [MINSTALL-196] - Maven 3.9.x install:install-file doesn't recognize -Dpackaging
Dependency upgrade
- [MINSTALL-203] - Update to parent POM 43
What's Changed
- Build with Maven 4 by @slawekjaranowski in #66
- [MINSTALL-203] Use parent POM 43 by @cstamas in #83
- [MINSTALL-196] Consider packaging in install-file mojo by @cstamas in #81
Full Changelog: maven-install-plugin-3.1.2...maven-install-plugin-3.1.3
maven-install-plugin-4.0.0-beta-1
Warning
This plugin is a Maven 4 plugin and requires Maven 4.0.0-beta-3 to run.
What's Changed
- Build with Maven 4 by @slawekjaranowski in #66
- [MINSTALL-187] Switch to the Maven 4 API by @gnodet in #35
- Use pluginManagement section, remove unknown scope usage by @gnodet in #69
- Fix license/notice by @gnodet in #70
- Build with JDK 17 and 21 in Jenkins by @gnodet in #71
New Contributors
Full Changelog: maven-install-plugin-3.1.2...maven-install-plugin-4.0.0-beta-1
3.1.2
Release Notes - Maven Install Plugin - Version 3.1.2
Bug
- [MINSTALL-190] - Fix Temporary File Information Disclosure Vulnerability
Improvement
- [MINSTALL-195] - Include artifactId in messages of InstallMojo#processProject
Task
- [MINSTALL-192] - Code cleanups
Dependency upgrade
- [MINSTALL-193] - Upgrade Parent Version 42, require min Maven 3.6.3
- [MINSTALL-197] - Upgrade parent to 41, remove deprecations
What's Changed
- [MNG-6829] Replace StringUtils#isEmpty(String) & #isNotEmpty(String) by @timtebeek in #58
- [MINSTALL-197] Update to parent 41, cleanup by @cstamas in #61
- [MINSTALL-193] Parent 42, min Maven 3.6.3 by @cstamas in #64
New Contributors
- @timtebeek made their first contribution in #58
Full Changelog: maven-install-plugin-3.1.1...maven-install-plugin-3.1.2
3.1.1
What's Changed
- [MINSTALL-186] Use proper repositorySystemSession by @rbioteau in #49
- [MINSTALL-188] Upgrade Parent to 39 by @slawekjaranowski in #53
- [MINSTALL-189] Add parameter to lax project validation by @cstamas in #57
New Contributors
Full Changelog: maven-install-plugin-3.1.0...maven-install-plugin-3.1.1
3.1.0
Bug
- [MINSTALL-179] - installAtEnd when module does not use m-install-p
Improvement
- [MINSTALL-183] - Don't use metadata from main artifact to fetch pom.xml
- [MINSTALL-185] - Install all artifacts in one request
Task
- [MINSTALL-181] - Require Java 8
- [MINSTALL-184] - Cleanup IT tests
Dependency upgrade
- [MINSTALL-180] - Upgrade Parent to 37
- [MINSTALL-182] - Bump mockito-core from 2.28.2 to 4.8.1
3.0.1
What's Changed
- [MINSTALL-160] Generated POM is not installed if original POM exists by @cstamas in #36
Full Changelog: maven-install-plugin-3.0.0...maven-install-plugin-3.0.1
3.0.0
What's Changed
- Fix grammar by @elharo in #6
- add .checkstyle to .ignore by @elharo in #7
- [MINSTALL-143] Remove a lot of checksum related dead code and commented out tests by @elharo in #8
- Minor improvement to English grammar in error msg by @cpsauer in #11
- docs: grammar by @elharo in #10
- [MINSTALL-164] - Create GitHub Actions by @bmarwell in #9
- [MINSTALL-164] Use shared GH Actions by @slawekjaranowski in #16
- [MINSTALL-171] Update plugin (requires Maven 3.2.5+) by @cstamas in #17
- [MINSTALL-174] Upgrade maven-plugin parent to 36 by @slawekjaranowski in #26
- [MINSTALL-115] Install At End feature (no extension) by @cstamas in #15
- [MINSTALL-177] Streamline the plugin by @cstamas in #32
New Contributors
- @elharo made their first contribution in #6
- @cpsauer made their first contribution in #11
- @bmarwell made their first contribution in #9
- @slawekjaranowski made their first contribution in #16
Full Changelog: maven-install-plugin-2.5.2...maven-install-plugin-3.0.0
3.0.0-M1
Full Changelog: maven-install-plugin-2.5.2...maven-install-plugin-3.0.0-M1