maven-shade-plugin 3.4.0-1 source package in Ubuntu

Changelog

maven-shade-plugin (3.4.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
    - Removed the patch
    - Depend on libeclipse-sisu-maven-plugin-java
      instead of libplexus-component-metadata-java
    - New dependency on libcommons-collections4-java
    - Updated the Maven rules
    - Set the language level to Java 8
  * Standards-Version updated to 4.6.1
  * Switch to debhelper level 13

 -- Emmanuel Bourg <email address hidden>  Fri, 14 Oct 2022 10:38:59 +0200

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
maven-shade-plugin_3.4.0-1.dsc 2.4 KiB b2eb798fbe36dcdfc1f3a2636243f279bcf5ff0d70bd5f966992ac017c462a6d
maven-shade-plugin_3.4.0.orig.tar.xz 278.4 KiB 75ee7a09edd5f17abf32eb47e09e0ac82cf2aaa494b57c7cf952eb595b956d39
maven-shade-plugin_3.4.0-1.debian.tar.xz 4.2 KiB 61eedcf4b245211dc3a64e3f056d67aaa6687b56e5c4106b067934b9256d173f

Available diffs

No changes file available.

Binary packages built by this source

libmaven-shade-plugin-java: Maven shade plugin

 Maven is a software project management and comprehension tool. Based on the
 concept of a project object model (POM), Maven can manage a project's build,
 reporting and documentation from a central piece of information.
 .
 Maven's primary goal is to allow a developer to comprehend the complete
 state of a development effort in the shortest period of time. In order to
 attain this goal there are several areas of concern that Maven attempts
 to deal with:
 .
    * Making the build process easy
    * Providing a uniform build system
    * Providing quality project information
    * Providing guidelines for best practices development
    * Allowing transparent migration to new features
 .
 This package ships the Maven shade plugin which is used to build an Uber-JAR
 from the current project, including dependencies.