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 38 39 40 41 42 43 44 45
|
Source: maven-shared-utils
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Jakub Adam <jakub.adam@ktknet.cz>,
Kai-Chung Yan <seamlikok@gmail.com>
Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper (>> 1.6.2)
Build-Depends-Indep: junit4,
libcommons-lang3-java,
libjsr305-java,
libmaven-install-plugin-java,
libmaven-javadoc-plugin-java,
libmaven-plugin-testing-java,
javahelper
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-java/maven-shared-utils.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/maven-shared-utils.git
Homepage: http://maven.apache.org/shared/maven-shared-utils/
Package: libmaven-shared-utils-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Recommends: ${maven:OptionalDepends}
Suggests: libmaven-shared-utils-java-doc
Description: Replacement for plexus-utils in Maven
This project aims to be a functional replacement for plexus-utils in Maven.
.
It is not a 100% API compatible replacement though, but a replacement with
improvements: lots of methods got cleaned up, generics got added and a lot
of unused code was dropped.
Package: libmaven-shared-utils-java-doc
Architecture: all
Section: doc
Depends: ${maven:DocDepends}, ${misc:Depends}
Recommends: ${maven:DocOptionalDepends}
Suggests: libmaven-shared-utils-java
Description: Replacement for plexus-utils in Maven (documentation)
This project aims to be a functional replacement for plexus-utils in Maven.
.
It is not a 100% API compatible replacement though, but a replacement with
improvements: lots of methods got cleaned up, generics got added and a lot
of unused code was dropped.
.
This package contains the API documentation of libmaven-shared-utils-java.
|