maven-shade-plugin 3.1.1-1~18.04 source package in Ubuntu

Changelog

maven-shade-plugin (3.1.1-1~18.04) bionic; urgency=medium

  * Backport for OpenJDK 11. LP: #1818647.

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

  * Team upload.
  * New upstream release
    - Depend on libjdom2-java instead of libjdom1-java
  * Standards-Version updated to 4.1.5
  * Switch to debhelper level 11
  * Use salsa.debian.org Vcs-* URLs
  * Track and download the new releases from GitHub

 -- Matthias Klose <email address hidden>  Tue, 05 Mar 2019 14:14:08 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Bionic
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic updates universe java
Bionic security universe java

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
maven-shade-plugin_3.1.1.orig.tar.xz 266.5 KiB d5b46dbc6d8a0fc6ca6e494eba3f01b713042af7fdec702a769f849195ef1790
maven-shade-plugin_3.1.1-1~18.04.debian.tar.xz 4.5 KiB c5550284f3518d8f5c6de84ee1d5ab089ccaadcf4457f4ce818e0ab93cae28f7
maven-shade-plugin_3.1.1-1~18.04.dsc 2.4 KiB efa84cfffba069a4b0c5ec0b324a8a4012fc960a87a170f01b0358954a612416

View changes file

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.