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

maven-jar-plugin-3.5.1-1.1 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: maven-jar-plugin Distribution: openSUSE Tumbleweed
Version: 3.5.1 Vendor: openSUSE
Release: 1.1 Build date: Wed Jul 22 19:50:33 2026
Group: Development/Libraries/Java Build host: reproducible
Size: 51699 Source RPM: maven-jar-plugin-3.5.1-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://maven.apache.org/plugins/maven-jar-plugin/
Summary: Maven JAR Plugin
Builds a Java Archive (JAR) file from the compiled
project classes and resources.

Provides

Requires

License

Apache-2.0

Changelog

* Wed Jul 22 2026 Fridrich Strba <fstrba@suse.com>
  - Update to upstream version 3.5.1
    * Documentation updates
      + Add AGENTS.md + SECURITY.md security-model pointer for scanner
      discoverability
    * Maintenance
      + Add AGENTS.md + SECURITY.md security-model pointer for scanner
      discoverability
      + Use plugin version properties (3.x)
    * Dependency updates
      + Bump org.apache.maven.plugins:maven-plugins from 45 to 49
      + Bump org.codehaus.plexus:plexus-archiver from 4.10.4 to 4.12.0
      + Bump mavenVersion from 3.9.11 to 3.9.16
      + Bump commons-io:commons-io from 2.21.0 to 2.22.0
      + Bump org.apache.maven.plugin-testing
      :maven-plugin-testing-harness from 3.4.0 to 3.5.1
      + Bump org.apache.maven:maven-archiver from 3.6.5 to 3.6.6
  - Added pom_properties.py: To create a build.properties file, gather
    the properties from the pom.xml file instead of hand-crafting them
  - Modified patch:
    * maven-jar-plugin-bootstrap-resources.patch
      + regenerate from non-bootstrap build
* Sat Nov 15 2025 Fridrich Strba <fstrba@suse.com>
  - Update to upstream version 3.5.0
    * New features and improvements
      + Add new "attach" configuration parameter (3.x port of #482)
      + Add Java-Version to MANIFEST.MF
    * Bug Fixes
      + Fix detecting java version for toolchains and JDK 1.8
      + Ignore stderr when parsing javac version from toolchain
    * Maintenance
      + Update site descriptor to 2.0.0
      + chore: remove junit3 references
      + Migrate component injection to JSR-330
      + Add PR Automation to 3.x
      + Improve release-drafter configuration
      + Fix for Maven 4.0.0-rc-3
      + MNGSITE-529: Rename "Goals" to "Plugin Documentation"
    * Build
      + Bump m-invoker-p to 3.9.1 for Java 25
    * Dependency updates
      + Bump commons-io:commons-io from 2.16.1 to 2.21.0
      + Bump org.codehaus.plexus:plexus-archiver from 4.9.2 to 4.10.4
      + Use maven-plugin-testing-harness version 3.4.0
      + Bump org.apache.maven.plugin-tools:maven-plugin-annotations
      from 3.15.1 to 3.15.2
      + Bump org.apache.maven.plugins:maven-plugins from 42 to 45
      + Bump org.apache.maven:maven-archiver from 3.6.2 to 3.6.4
      + Bump mavenVersion from 3.6.3 to 3.9.11
      + Bump org.apache.maven.shared:file-management from 3.1.0 to
      3.2.0
  - Removed patch:
    * 01-allow-replacing-artifacts.patch
      + rendered superfluous by the "attach" configuration parameter
* Mon Jul 21 2025 Fridrich Strba <fstrba@suse.com>
  - Removed patch:
    * reproducible-from-environment.patch
      + patched in a more central place in maven-archiver
* Fri Jun 06 2025 Fridrich Strba <fstrba@suse.com>
  - Update to upstream version 3.4.2
    * New features and improvements
      + MJAR-292: Detect MRJAR and add Multi-Release manifest entry
      + MJAR-296: Allow including files excluded by default.
      + MJAR-302: Require Maven 3.6.3
      + MJAR-307: Wrong version of commons-io cause a ClassNotFound
      o.a.commons.io.file.attribute.FileTimes
      + MJAR-310: fixed toolchain version detection when toolchain
      paths contain white spaces
    * Bug Fixes
      + MJAR-62: Set Build-Jdk according to used toolchain
    * Dependency updates
      + MJAR-306: Use properties for plugins versions in
      LifecycleMapping
      + Bump org.junit:junit-bom from 5.10.1 to 5.10.2
      + MJAR-298: Update Maven-Archiver to 3.6.2
      + Bump apache/maven-gh-actions-shared from 2 to 4
      + Bump commons-io:commons-io from 2.14.0 to 2.15.1
      + MJAR-297: Update Parent to 40
      + MJAR-308: Bump org.apache.maven.plugins:maven-plugins from 41
      to 42
    * Maintenance
      + MJAR-304: Refresh download page
      + MJAR-303: Cleanup declared dependencies
      + Remove dependency on plexus
      + Build with Maven 4
  - Modified patches:
    * maven-jar-plugin-bootstrap-resources.patch
      + regenerate from the non-bootstrap build
    * 01-allow-replacing-artifacts.patch
    * reproducible-from-environment.patch
      + rediff
* Mon Sep 23 2024 Fridrich Strba <fstrba@suse.com>
  - Use SOURCE_DATE_EPOCH for reproducible builds
  - Added patch:
    * reproducible-from-environment.patch
      + SOURCE_DATE_EPOCH environmental variable triggers reproducible
      use of the maven-jar-plugin if it is not requested already
      using the project.build.outputTimestamp option.
* Wed Feb 21 2024 Fridrich Strba <fstrba@suse.com>
  - Use %patch -P N instead of deprecated %patchN.
* Wed Sep 20 2023 Fridrich Strba <fstrba@suse.com>
  - Update to upstream version 3.3.0
    * Bug
      + MJAR-275: outputTimestamp not applied to module-info; breaks
      reproducible builds
    * Task
      + MJAR-278: Update plugin (requires Maven 3.2.5+)
      + MJAR-280: Java 8 as minimum
    * Dependency upgrade
      + MJAR-283: Upgrade Plexus Utils to 3.3.1
      + MJAR-284: Remove override for Plexus Archiver to fix order of
      META-INF/ and META-INF/MANIFEST.MF entries
      + MJAR-288: Upgrade Parent to 36
      + MJAR-290: Update Plexus Utils to 3.4.2
      + MJAR-291: Upgrade Parent to 37
  - Modified patches:
    * 01-allow-replacing-artifacts.patch
      + rediff to changed context
    * maven-jar-plugin-bootstrap-resources.patch
      + regenerate in cycle
* Fri Jun 24 2022 Fridrich Strba <fstrba@suse.com>
  - Remove all dependencies with scope test, since a raw xmvn does
    not hide them from maven.
* Tue Mar 29 2022 Fridrich Strba <fstrba@suse.com>
  - Update to upstream version 3.2.2
    * Bugs:
      + MJAR-276 - Don't log a warning when jar will be empty and
      creation is forced
      + MJAR-281 - Wrong order of META-INF/ and
      META-INF/MANIFEST.MF entries
    * Improvement:
      + MJAR-270 - make build Reproducible
    * Dependency upgrades:
      + MJAR-282 - Upgrade Maven Archiver to 3.5.2
      + MJAR-283 - Upgrade Plexus Utils to 3.3.1
      + MJAR-284 - Remove override for Plexus Archiver to fix order
      of META-INF/ and META-INF/MANIFEST.MF entries
  - Modified patch:
    * 01-allow-replacing-artifacts.patch
      + rediff to different line endings
* Tue Mar 22 2022 Fridrich Strba <fstrba@suse.com>
  - Build with java source and target levels 8

Files

/usr/share/doc/packages/maven-jar-plugin
/usr/share/doc/packages/maven-jar-plugin/NOTICE
/usr/share/java/maven-jar-plugin
/usr/share/java/maven-jar-plugin/maven-jar-plugin.jar
/usr/share/licenses/maven-jar-plugin
/usr/share/licenses/maven-jar-plugin/LICENSE
/usr/share/maven-metadata/maven-jar-plugin.xml
/usr/share/maven-poms/maven-jar-plugin
/usr/share/maven-poms/maven-jar-plugin/maven-jar-plugin.pom


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Aug 15 00:01:18 2026