File: control

package info (click to toggle)
maven-ant-helper 7.11
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 116 kB
  • ctags: 27
  • sloc: xml: 735; java: 103; makefile: 17
file content (34 lines) | stat: -rw-r--r-- 1,419 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
23
24
25
26
27
28
29
30
31
32
33
34
Source: maven-ant-helper
Section: java
Priority: extra
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Torsten Werner <twerner@debian.org>,
           Ludovic Claude <ludovic.claude@laposte.net>,
           Damien Raude-Morvan <drazzib@debian.org>
Build-Depends: cdbs, debhelper (>= 9), default-jdk
Build-Depends-Indep: ant, ant-contrib, ant-optional
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-java/maven-ant-helper.git
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-java/maven-ant-helper.git
Homepage: http://anonscm.debian.org/cgit/pkg-java/maven-ant-helper.git

Package: maven-ant-helper
Architecture: all
Depends: ant,
         ant-contrib,
         ant-optional,
         maven-repo-helper (>= 1.4),
         ${misc:Depends}
Suggests: default-jdk-doc,
          libmaven-plugin-tools-java,
          libmaven2-core-java,
          libmodello-java (>= 1.0),
          libplexus-component-metadata-java
Description: helper scripts for building Maven components with ant
 An environment that can be used to simplify the creation of Debian packages
 to support the Maven system. A "modello" ant task is also provided.
 .
 maven-build.xml attempts to reproduce the Maven build life-cycle.
 You can use it to build your jar or javadoc. If you have libmaven2-core-java
 installed, you can even use it to launch some Maven plugins to generate
 some code.