maven-shade-plugin 3.4.1-2 source package in Ubuntu

Changelog

maven-shade-plugin (3.4.1-2) unstable; urgency=medium

  * Team upload.
  * Depend on libmaven-parent-java to fix a build failure

 -- Emmanuel Bourg <email address hidden>  Thu, 12 Jan 2023 11:21:42 +0100

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
Oracular release universe java
Noble release universe java
Mantic release universe java
Lunar release universe java

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
maven-shade-plugin_3.4.1-2.dsc 2.4 KiB 1e602dd06c09743ab4b883be92a16a3ac4fc39097d5141eeeb0561e2377d2399
maven-shade-plugin_3.4.1.orig.tar.xz 280.2 KiB 5894e575d6c031f37b62f1829afe1e8a1925cb7bff81a7dc31b94fb7e27751f9
maven-shade-plugin_3.4.1-2.debian.tar.xz 4.2 KiB 1c70c4c05596befca773ae2f217a9381f4d3f601bd0d41478f9082e61b61f947

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.