Releases: apache/maven-deploy-plugin
Releases · apache/maven-deploy-plugin
3.1.4
🚀 New features and improvements
- Enable GitHub Issues (#107) @slawekjaranowski
- Release drafter configuration and PR Automation (#88) @slawekjaranowski
📦 Dependency updates
- Bump resolverVersion from 1.9.18 to 1.9.22 (#96) @dependabot[bot]
- Bump mavenVersion from 3.9.6 to 3.9.9 (#94) @dependabot[bot]
👻 Maintenance
- PR Automation only on close event (#104) @slawekjaranowski
- [MNGSITE-529] - Rename "Goals" to "Plugin Documentation" (#100) @Bukama
- Fix IT deploy-bom for Maven rc-2 (#89) @slawekjaranowski
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 (#105) @slawekjaranowski
- Upgrade dependencies to Maven 4.0.0-rc-2 (#102) @slawekjaranowski
- Add dependabot for 3.x branch (#91) @slawekjaranowski
- Release drafter configuration and PR Automation (#87) @slawekjaranowski
- Upgrade to beta 5 (#81) @gnodet
🐛 Bug Fixes
📦 Dependency updates
- Bump slf4jVersion from 2.0.13 to 2.0.16 (#70) @dependabot[bot]
- Bump org.apache.maven.resolver:maven-resolver-api from 2.0.2 to 2.0.6 (#95) @dependabot[bot]
- Bump com.google.guava:guava from 33.2.1-jre to 33.4.0-jre (#84) @dependabot[bot]
- Bump mockitoVersion from 5.12.0 to 5.15.2 (#93) @dependabot[bot]
- Bump org.apache.maven.plugins:maven-plugins from 42 to 43 (#66) @dependabot[bot]
👻 Maintenance
- Publish documentation to LATEST-4.x (#106) @slawekjaranowski
- Add Stale action (#103) @slawekjaranowski
- PR Automation only on close event (#101) @slawekjaranowski
- [MNGSITE-529] - Rename "Goals" to "Plugin Documentation" (#99) @Bukama
- Add badge for 3.x version (#90) @slawekjaranowski
- Disable Jenkins build (#86) @slawekjaranowski
- [[MDEPLOY-319] Remove unfinished test - MDEPLOY-318]](https://issues.apache.org/jira/browse/MDEPLOY-319] Remove unfinished test - MDEPLOY-318) - invalid-pom (#72) @slawekjaranowski
3.1.3
Release Notes - Maven Deploy Plugin - Version 3.1.3
Bug
- [MDEPLOY-297] - [REGRESSION] deploy-file no longer honor 'packaging' parameter
- [MDEPLOY-311] - Regression in 3.0.0: deploy-file: -Dpackaging is not considered during artifact upload
- [MDEPLOY-321] - -Dpackaging= is ignored when using mvn deploy:deploy-file
Improvement
- [MDEPLOY-320] - Unclear exception prompt
Dependency upgrade
- [MDEPLOY-322] - Use parent POM 43
What's Changed
- Bump resolverVersion from 1.9.18 to 1.9.20 by @dependabot in #55
- Build with Maven4 by @slawekjaranowski in #57
- [MDEPLOY-319] Cleanup of test code by @slawekjaranowski in #58
- [MDEPLOY-319] Remove unfinished test - MDEPLOY-318-invalid-pom by @slawekjaranowski in #73
- [MDEPLOY-322] Use parent POM 43 by @cstamas in #74
- [MDEPLOY-311] Consider packaging in deploy-file mojo by @cstamas in #71
- [MDEPLOY-320] Unclear exception prompt by @youngledo in #64
New Contributors
- @youngledo made their first contribution in #64
Full Changelog: maven-deploy-plugin-3.1.2...maven-deploy-plugin-3.1.3
maven-deploy-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
- Bump resolverVersion from 1.9.18 to 1.9.20 by @dependabot in #55
- Build with Maven4 by @slawekjaranowski in #57
- [MDEPLOY-319] Cleanup of test code by @slawekjaranowski in #58
- [MDEPLOY-301] Switch to the Maven 4 API by @gnodet in #27
- Use pluginManagement section, redirect test output to file by @gnodet in #61
- Fix license/notice by @gnodet in #62
- Build with JDK 17 and 21 in Jenkins by @gnodet in #63
New Contributors
Full Changelog: maven-deploy-plugin-3.1.2...maven-deploy-plugin-4.0.0-beta-1
3.1.2
Release Notes - Maven Deploy Plugin - Version 3.1.2
Improvement
- [MDEPLOY-313] - Upgrade maven-plugin parent to 41
- [MDEPLOY-314] - Include artifactId in messages of DeployMojo#processProject
Dependency upgrade
- [MDEPLOY-316] - Update parent to 42, up prerequisite to 3.6.3
What's Changed
- [MNG-6829] Replace StringUtils#isEmpty(String) & #isNotEmpty(String) by @timtebeek in #40
- Type: fill --> file by @elharo in #41
- DeployFileMojo#readModel(File): fixed MojoExecutionException javadoc by @Scrappers-glitch in #43
- [MDEPLOY-313] Update to parent 41, cleanup by @cstamas in #47
- Bump apache/maven-gh-actions-shared from 3 to 4 by @dependabot in #50
- Bump org.mockito:mockito-core from 2.28.2 to 4.11.0 by @dependabot in #51
- [MDEPLOY-316] Parent 42 and prerequisite 3.6.3 by @cstamas in #54
New Contributors
- @timtebeek made their first contribution in #40
- @Scrappers-glitch made their first contribution in #43
- @dependabot made their first contribution in #50
Full Changelog: maven-deploy-plugin-3.1.1...maven-deploy-plugin-3.1.2
3.1.1
- [MDEPLOY-308] - Add parameter to lax project validation (#39) @cstamas
3.1.0
Release Notes - Maven Deploy Plugin - Version 3.1.0
Bug
- [MDEPLOY-200] - deployAtEnd fails if the last project to build skip deployment
- [MDEPLOY-204] - Must deploy maven-metadata.xml last
- [MDEPLOY-224] - Overriding deployAtEnd fails
- [MDEPLOY-225] - DeployAtEnd fails when overriding skip
- [MDEPLOY-226] - DeployAtEnd fails when module has extension
- [MDEPLOY-305] - Improvement in DeployAtEnd
New Feature
- [MDEPLOY-206] - Support parallel deployment at end (needs resolver changes as well)
- [MDEPLOY-272] - Add skip capability to deploy-file goal
Task
- [MDEPLOY-282] - Revert MDEPLOY-231
- [MDEPLOY-292] - Require Java 8
- [MDEPLOY-303] - Refresh download page
- [MDEPLOY-304] - Clean up ITs
Dependency upgrade
- [MDEPLOY-299] - Upgrade maven-plugin parent to 37
- [MDEPLOY-302] - Upgrade maven-plugin parent to 39
New Contributors
- @slachiewicz made their first contribution in #24
- @elharo made their first contribution in #29
- @awisus made their first contribution in #30
- @slawekjaranowski made their first contribution in #31
Full Changelog: maven-deploy-plugin-3.0.0...maven-deploy-plugin-3.1.0
3.0.0
Bug
- [MDEPLOY-193] - deployAtEnd does not deploy artifacts for multi-module project with build extensions
Task
- [MDEPLOY-291] - Update POM parent and Maven
- [MDEPLOY-296] - Cleanup the plugin
3.0.0-M2
What's Changed
- (doc) - fix some typos by @pzygielo in #7
- [MDEPLOY-267] add parameters to deploy or not non snapshots or release (-DskipRelease or -DskipSnapshot) by @olamy in #10
- Remove dead link from examples by @crewmanmud in #2
- Add GH CI by @cstamas in #13
- Minor improvement to English grammar in usage doc by @cpsauer in #17
New Contributors
- @pzygielo made their first contribution in #7
- @olamy made their first contribution in #10
- @crewmanmud made their first contribution in #2
- @cpsauer made their first contribution in #17
Full Changelog: https://github.com/apache/maven-deploy-plugin/commits/maven-deploy-plugin-3.0.0-M2