jarjar-maven-plugin 1.7-1 source package in Ubuntu

Changelog

jarjar-maven-plugin (1.7-1) unstable; urgency=low


  * New upstream release
  * Upgraded the dependency on ASM (3.x -> 4.x)
  * Added the missing --java-lib flag in libjarjar-maven-plugin-java.poms
  * Updated Standards-Version to 3.9.4
  * debian/copyright: Updated the Format URI to 1.0

 -- Emmanuel Bourg <email address hidden>  Fri, 24 May 2013 17:17:38 +0200

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
jarjar-maven-plugin_1.7-1.dsc 2.4 KiB d1a722374374d045468077ea6003a620c949a392242ab6fd3498b96c679ea84b
jarjar-maven-plugin_1.7.orig.tar.gz 29.1 KiB 1d5a7c3a4d29f7b354657c4ee5f7f95a6e5fd712277a9776ff22879e61f7dc1e
jarjar-maven-plugin_1.7-1.debian.tar.gz 3.5 KiB 7a989b6e6c7667df66383246242ec32a74f7ee0b7e02ea998e599701d9f1bc32

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.