jarjar-maven-plugin 1.9-8~18.04 source package in Ubuntu
Changelog
jarjar-maven-plugin (1.9-8~18.04) bionic; urgency=medium * Backport for OpenJDK 11. LP: #1818647. jarjar-maven-plugin (1.9-8) unstable; urgency=medium * Team upload. * Switched again to libasm-java and fixed the compatibility with ASM 6 * Removed Damien Raude-Morvan from the uploaders (Closes: #889419) * Standards-Version updated to 4.3.0 * Switch to debhelper level 11 * Use salsa.debian.org Vcs-* URLs -- Matthias Klose <email address hidden> Tue, 05 Mar 2019 13:32: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 | Published | Component | Section | |
---|---|---|---|---|
Bionic | updates | universe | java | |
Bionic | security | universe | java |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
jarjar-maven-plugin_1.9.orig.tar.gz | 30.6 KiB | a4a927eeda8cbcc8913725198f0bcc314e92309c74e6688d4371df9307159214 |
jarjar-maven-plugin_1.9-8~18.04.debian.tar.xz | 4.7 KiB | 116ee19b3c2ec214bb49a0c197525fe2e01dcfe07f2b4ebe2c7337b14ebb1746 |
jarjar-maven-plugin_1.9-8~18.04.dsc | 2.2 KiB | b92c0f4a7b28e8dc49dee2f2be335d7d310551640a0e38da45c8c5cc823514d3 |
Available diffs
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.