Releases: apache/maven-deploy-plugin
Releases · apache/maven-deploy-plugin
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