Package Release Info

maven-jar-plugin-bootstrap-3.3.0-160000.2.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

maven-jar-plugin-bootstrap

Change Logs

* Mon Sep 23 2024 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 fstrba@suse.com
- Use %patch -P N instead of deprecated %patchN.
* Wed Sep 20 2023 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 fstrba@suse.com
- Remove all dependencies with scope test, since a raw xmvn does
  not hide them from maven.
* Tue Mar 29 2022 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 fstrba@suse.com
- Build with java source and target levels 8
* Mon Nov 25 2019 fstrba@suse.com
- Update to version 3.2.0
  * Bugs:
    + MJAR-259 – Archiving to jar is very slow
    + MJAR-241 – Jar package does not have a size in ZipEntry
  * Improvements:
    + MJAR-260 – Upgrade to Archiver 3.3.0 and add ITs
    + MJAR-238 – Allow setting of module main class
  * New Feature:
    + MJAR-263 – Reproducible Builds: make entries in output jar
    files reproducible (order + timestamp)
  * Task:
    + MJAR-251 – Add documentation information for GitHub
  * Dependency upgrades:
    + MJAR-261 – Upgrade plexus-archiver 3.7.0
    + MJAR-256 – Upgrade JUnit to 4.12
    + MJAR-255 – Upgrade maven-plugins parent to version 32
    + MJAR-252 – Upgrade plexus-archiver to 3.6.0
- Modified patch:
  * maven-jar-plugin-bootstrap-resources.patch
    + regenerate from non-bootstrap build
* Sun Nov 24 2019 fstrba@suse.com
- Specify maven.compiler.release to fix build with jdk9+ and newer
  maven-javadoc-plugin
* Tue Oct 08 2019 fstrba@suse.com
- Added patch:
  * 01-allow-replacing-artifacts.patch
    + Warn but do not fail with misconfigured plugin
* Mon Apr 01 2019 fstrba@suse.com
- Initial packaging of maven-jar-plugin 3.1.0 as a multibuild
  package in order to be able to bootstrap a repository
- Generate and customize maven build.xml file for the bootstrap
  variant
- Added patch:
  * maven-jar-plugin-bootstrap-resources.patch
    + For the bootstrap variant, add the pre-generated resources
    in order to be able to build even without
    maven-plugin-plugin