File: control

package info (click to toggle)
munge-maven-plugin 1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 172 kB
  • ctags: 60
  • sloc: java: 464; xml: 119; makefile: 4
file content (23 lines) | stat: -rw-r--r-- 1,040 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
Source: munge-maven-plugin
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Damien Raude-Morvan <drazzib@debian.org>
Build-Depends: debhelper (>= 10), default-jdk, maven-debian-helper (>= 2.2)
Build-Depends-Indep: junit (>= 3.8.1),
                     libmaven-plugin-tools-java,
                     libmaven3-core-java,
Standards-Version: 4.0.0
Vcs-Git: https://anonscm.debian.org/git/pkg-java/munge-maven-plugin.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/munge-maven-plugin.git
Homepage: http://sonatype.github.com/munge-maven-plugin/

Package: libmunge-maven-plugin-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Recommends: ${maven:OptionalDepends}
Description: Maven plugin to pre-process Java code
 The Munge Plugin for Maven provides mojos to munge (pre-process) Java code.
 .
 It only supports conditional inclusion of source based on defined strings of
 the form "if[tag]", "if_not[tag]", "else[tag], and "end[tag]".