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
|
Source: maven-antrun-extended-plugin
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: James Page <james.page@canonical.com>
Section: java
Priority: optional
Build-Depends: debhelper-compat (= 13),
default-jdk-headless,
maven-debian-helper
Build-Depends-Indep: ant,
libcommons-collections3-java,
libmaven-plugin-tools-java,
libmaven3-core-java
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/java-team/maven-antrun-extended-plugin
Vcs-Git: https://salsa.debian.org/java-team/maven-antrun-extended-plugin.git
Homepage: https://github.com/kohsuke/maven-antrun-extended-plugin
Package: libmaven-antrun-extended-plugin-java
Architecture: all
Depends: ${maven:Depends},
${misc:Depends}
Recommends: ${maven:OptionalDepends}
Description: Extended integration between Maven and Ant
This extended antrun maven plugin enables users not only to run ant scripts
embedded in the POM, but also to reference maven dependencies using Ant
task classes. This enables the user to delegate more complex tasks to Ant
such as constructing file-based installation distros.
|