jarjar-maven-plugin 1.9-7 source package in Ubuntu

Changelog

jarjar-maven-plugin (1.9-7) unstable; urgency=medium

  * Team upload.
  * Revert to libasm4-java to avoid compatibility issues with ASM 6
  * Depend on libplexus-utils2-java instead of libplexus-utils-java

 -- Emmanuel Bourg <email address hidden>  Fri, 08 Sep 2017 12:45:41 +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
jarjar-maven-plugin_1.9-7.dsc 2.3 KiB de4f036e903ac3c9f36bfeb7dfed6305a38e641fb61ea67df6e28917e3c08a35
jarjar-maven-plugin_1.9.orig.tar.gz 30.6 KiB a4a927eeda8cbcc8913725198f0bcc314e92309c74e6688d4371df9307159214
jarjar-maven-plugin_1.9-7.debian.tar.xz 3.6 KiB 05204e9e565fceaaebbe75dd4908303ad1d763443c2d9be0346571416aa87242

Available diffs

No changes file available.

Binary packages built by this source

libjarjar-maven-plugin-java: Maven plugin to repackage third-party jars

 Utility that makes it easy to repackage Java libraries and embed them into
 your own distribution. This is useful for two reasons:
 - You can easily ship a single jar file with no external dependencies.
 - You can avoid problems where your library depends on a specific
   version of a library, which may conflict with the dependencies of
   another library.
 .
 This package provide a Maven plugin for Java to allow plug this
 into Maven build system.