Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

maven-deploy-plugin-3.2.0-1.1 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: maven-deploy-plugin Distribution: openSUSE Tumbleweed
Version: 3.2.0 Vendor: openSUSE
Release: 1.1 Build date: Tue Sep 15 12:26:43 2026
Group: Development/Libraries/Java Build host: reproducible
Size: 59996 Source RPM: maven-deploy-plugin-3.2.0-1.1.src.rpm
Packager: http://bugs.opensuse.org
Url: https://maven.apache.org/plugins/maven-deploy-plugin/
Summary: Maven Deploy Plugin
Uploads the project artifacts to the internal remote repository.

Provides

Requires

License

Apache-2.0

Changelog

* Tue Sep 15 2026 Fridrich Strba <fstrba@suse.com>
  - Update to version 3.2.0
    * New features and improvements
      + Cache projectsWithDeployExecution to fix O(N²) reactor scan
    * Bug Fixes
      + Backport security audit fixes to 3.x (f004-f008, f010, f012)
    * Documentation updates
      + Clarify deploy without editing this projects POM
      + Restore the plain form of the ASF licence header
      + Add AGENTS.md + SECURITY.md security-model pointer for scanner
      discoverability
    * Maintenance
      + Simplify remote repository creation
      + Restore the plain form of the ASF licence header
      + enable build with Maven 4
      + Add AGENTS.md + SECURITY.md security-model pointer for scanner
      discoverability
      + Migration to JUnit 5 - avoid using AbstractMojoTestCase
      + Migration to JUnit 5 - avoid using AbstractMojoTestCase in
      DeployFileMojoTest
      + Bump m-invoker-p to 3.9.1
      + Feature/apt to md 3.x
    * Build
      + update deployAtEnd ITs to match latest 4 behaviour
    * Dependency updates
      + Bump apache/maven-gh-actions-shared/.github/workflows/
      /release-drafter.yml from 4 to 5
      + Bump apache/maven-gh-actions-shared/.github/workflows/
      /maven-verify.yml from 4 to 5
      + Bump apache/maven-gh-actions-shared/.github/workflows/
      /pr-automation.yml from 4 to 5
      + Bump org.apache.maven.plugins:maven-plugins from 44 to 49
      + Bump mavenVersion from 3.9.9 to 3.9.16
      + Bump resolverVersion from 1.9.22 to 1.9.27
      + Bump org.apache.maven.plugin-testing
      :maven-plugin-testing-harness from 3.3.0 to 3.5.1
      + Update Plugins to 44 (3.x branch)
  - Modified patch:
    * plexus-xml4-compat.patch
      + rediff to changed context
* Sun Jul 19 2026 Fridrich Strba <fstrba@suse.com>
  - Added patch:
    * plexus-xml4-compat.patch
      + make this code buildable with both plexus-xml 3.x and 4.x
* Mon May 11 2026 Fridrich Strba <fstrba@suse.com>
  - Update to version 3.1.4
    * New features and improvements
      + Enable GitHub Issues
      + Release drafter configuration and PR Automation
    * Dependency updates
      + Bump resolverVersion from 1.9.18 to 1.9.22
      + Bump mavenVersion from 3.9.6 to 3.9.9
    * Maintenance
      + PR Automation only on close event
      + MNGSITE-529: Rename "Goals" to "Plugin Documentation"
      + Fix IT deploy-bom for Maven rc-2
* Mon May 11 2026 Fridrich Strba <fstrba@suse.com>
  - Update to 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
    * Other changes
      + Bump resolverVersion from 1.9.18 to 1.9.20
      + Build with Maven4
      + MDEPLOY-319: Cleanup of test code
      + MDEPLOY-319: Remove unfinished test
      + MDEPLOY-318: invalid-pom
* Mon May 11 2026 Fridrich Strba <fstrba@suse.com>
  - Update to 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
    * Other changes
      + MNG-6829: Replace StringUtils#isEmpty(String) and
      [#]isNotEmpty(String)
      + DeployFileMojo#readModel(File): fixed MojoExecutionException
      javadoc
      + Bump org.mockito:mockito-core from 2.28.2 to 4.11.0
* Mon May 11 2026 Fridrich Strba <fstrba@suse.com>
  - Upgrade to version 3.1.1
    * Change
      + MDEPLOY-308: Add parameter to lax project validation
* Mon May 11 2026 Fridrich Strba <fstrba@suse.com>
  - Upgrade to 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
* Mon May 11 2026 Fridrich Strba <fstrba@suse.com>
  - Upgrade to version 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
  - Removed patches:
    * 0001-MDEPLOY-291-Update-POM-parent-and-Maven-22.patch
    * 0002-Fix-tests-with-Java-16.patch
      + integrated in this version
* Wed May 11 2022 Fridrich Strba <fstrba@suse.com>
  - Upgrade to upstream tag 3.0.0 milestone M2
    * port to maven 3
  - Added patches:
    * 0001-MDEPLOY-291-Update-POM-parent-and-Maven-22.patch
      + upstream patch to port tests to modern maven framework
    * 0002-Fix-tests-with-Java-16.patch
      + Add a profile to run tests with modular Java versions
  - Add with tests option
* Tue Mar 22 2022 Fridrich Strba <fstrba@suse.com>
  - Build with java source and target levels 8

Files

/usr/share/java/maven-deploy-plugin.jar
/usr/share/licenses/maven-deploy-plugin
/usr/share/licenses/maven-deploy-plugin/LICENSE
/usr/share/maven-metadata/maven-deploy-plugin.xml
/usr/share/maven-poms/maven-deploy-plugin.pom


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Sep 18 00:30:19 2026