maven-shade-plugin 3.1.0-3 source package in Ubuntu

Changelog

maven-shade-plugin (3.1.0-3) unstable; urgency=medium

  * Team upload.
  * Fixed a NPE in ShadeMojo caused by the switch to maven-dependency-tree 3.0

 -- Emmanuel Bourg <email address hidden>  Thu, 07 Sep 2017 00:43:00 +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
Bionic release universe java

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
maven-shade-plugin_3.1.0-3.dsc 2.4 KiB 0efb983282cf9f2152eb9b5987b37bde061dd9dc5f990e7944a0322aa5aeb9b6
maven-shade-plugin_3.1.0.orig.tar.xz 265.2 KiB 711a950c52f54ea45ad00a4788f64c624e378468db339d258ab716293ba85390
maven-shade-plugin_3.1.0-3.debian.tar.xz 4.5 KiB bc6dd5a15c816609b95bf596667ef5518c27ab33601c0258e4f445c4b262ed78

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.