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 46 47 48 49
|
Source: exec-maven-plugin
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: tony mancill <tmancill@debian.org>
Build-Depends:
debhelper-compat (= 13),
default-jdk,
junit4,
libcommons-exec-java,
libmaven-artifact-transfer-java (>= 0.10),
libmaven-dependency-plugin-java,
libmaven-plugin-testing-java,
libmaven3-core-java,
libmockito-java,
libplexus-component-metadata-java,
libplexus-utils-java,
libslf4j-java,
maven-debian-helper (>= 2.2)
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/java-team/exec-maven-plugin.git
Vcs-Browser: https://salsa.debian.org/java-team/exec-maven-plugin
Homepage: http://www.mojohaus.org/exec-maven-plugin/
Rules-Requires-Root: no
Package: libexec-maven-plugin-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Recommends: ${maven:OptionalDepends}
Provides: libmaven-exec-plugin-java
Replaces: libmaven-exec-plugin-java (<< 1.6.0)
Breaks: libmaven-exec-plugin-java (<< 1.6.0)
Description: Exec Maven Plugin
Maven plugin to allow execution of system and Java programs.
It provides two goals to help execute system and Java programs:
* exec:exec, execute programs and Java programs in a separate process
* exec:java, execute Java programs in the same VM.
Package: libmaven-exec-plugin-java
Section: oldlibs
Architecture: all
Depends: libexec-maven-plugin-java, ${misc:Depends}
Description: Exec Maven Plugin (transitional package)
Maven plugin to allow execution of system and Java programs.
It provides two goals to help execute system and Java programs:
* exec:exec, execute programs and Java programs in a separate process
* exec:java, execute Java programs in the same VM.
.
This is a dummy transitional package. It may be safely removed.
|