1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
Source: plexus-archiver
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
Torsten Werner <twerner@debian.org>,
Ludovic Claude <ludovic.claude@laposte.net>
Build-Depends:
debhelper (>= 11~),
default-jdk,
junit4,
libcommons-compress-java (>= 1.9),
libplexus-component-metadata-java,
libplexus-container-default1.5-java,
libplexus-io-java (>= 3.0),
libplexus-utils2-java,
libsnappy-java,
libxz-java,
maven-debian-helper (>= 2.2)
Standards-Version: 4.2.0
Vcs-Git: https://salsa.debian.org/java-team/plexus-archiver.git
Vcs-Browser: https://salsa.debian.org/java-team/plexus-archiver
Homepage: https://codehaus-plexus.github.io/plexus-archiver/
Package: libplexus-archiver-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Suggests: ${maven:OptionalDepends}
Breaks: libmaven-assembly-plugin (<= 2.2~beta5-2)
Description: Archiver plugin for the Plexus compiler system
The Plexus project provides a full software stack for creating and
executing software projects. Based on the Plexus container, the applications
can utilise component-oriented programming to build modular, reusable
components that can easily be assembled and reused.
.
This package provides the Archiver plugin for Plexus, used to create
JARs and other archives.
|