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

Changelog

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

  * Fixed a build failure by changing the Maven rule for asm
  * Marked the ant dependency in the pom as provided (Closes: #769804)
  * Fixed debian/watch

 -- Emmanuel Bourg <email address hidden>  Wed, 10 Jun 2015 09:30:11 +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
Xenial release universe java

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jarjar-maven-plugin_1.9-4.dsc 2.4 KiB ea6f915aaea785cb607f4461b246452e09a121af4776e4dfe5261f524a7c6824
jarjar-maven-plugin_1.9.orig.tar.gz 30.6 KiB a4a927eeda8cbcc8913725198f0bcc314e92309c74e6688d4371df9307159214
jarjar-maven-plugin_1.9-4.debian.tar.xz 4.0 KiB ffbede60bd58a17fc660f88ffad2006a10a4b7bf4057ffc2bf9fc1a260d828ff

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.

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

 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 contains the API documentation of libjarjar-maven-plugin-java.