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
|
Source: build-helper-maven-plugin
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends:
debhelper-compat (= 13),
default-jdk,
libassertj-core-java,
libmaven-file-management-java,
libmaven-invoker-plugin-java,
libmaven-plugin-tools-java (>= 3.0),
libmaven3-core-java,
libplexus-utils-java,
maven-debian-helper (>= 2.2),
testng
Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/java-team/build-helper-maven-plugin.git
Vcs-Browser: https://salsa.debian.org/java-team/build-helper-maven-plugin
Homepage: http://www.mojohaus.org/build-helper-maven-plugin/
Package: libbuild-helper-maven-plugin-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Recommends: ${maven:OptionalDepends}
Description: Build Helper Maven Plugin
This plugin contains various small independent goals to assist with Maven
build lifecycle.
.
For example: attach some directory as new source folder, extract maven current
version, parse and resolve a version property or reserve a random network port.
|