File: control

package info (click to toggle)
exec-maven-plugin 1.1.1%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 460 kB
  • ctags: 268
  • sloc: java: 1,965; xml: 985; sh: 12; makefile: 5
file content (22 lines) | stat: -rw-r--r-- 1,001 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: exec-maven-plugin
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Gabriele Giacone <1o5g4r8o@gmail.com>
Build-Depends: debhelper (>= 7), cdbs
Build-Depends-Indep: default-jdk, maven-debian-helper, libmaven2-core-java,
 libplexus-container-default-java, libplexus-utils-java, libmaven-plugin-testing-java,
 libmaven-plugin-tools-java
Standards-Version: 3.9.2
Vcs-Git: git://git.debian.org/git/pkg-java/exec-maven-plugin.git
Vcs-Browser: http://git.debian.org/?p=pkg-java/exec-maven-plugin.git;a=summary
Homepage: http://mojo.codehaus.org/exec-maven-plugin

Package: libmaven-exec-plugin-java
Architecture: all
Depends: ${misc:Depends}, ${maven:Depends}
Recommends: ${maven:OptionalDepends}
Description: Maven Exec Plugin
 The plugin provides 2 goals to help execute system and Java programs:
 exec:exec, execute programs and Java programs in a separate process and
 exec:java, execute Java programs in the same VM.