File: control

package info (click to toggle)
munge-maven-plugin 1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 168 kB
  • sloc: java: 464; xml: 119; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,058 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
Source: munge-maven-plugin
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Damien Raude-Morvan <drazzib@debian.org>
Section: java
Priority: optional
Build-Depends: debhelper-compat (= 13),
               default-jdk-headless,
               maven-debian-helper
Build-Depends-Indep: junit,
                     libmaven-plugin-tools-java,
                     libmaven3-core-java
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/java-team/munge-maven-plugin
Vcs-Git: https://salsa.debian.org/java-team/munge-maven-plugin.git
Homepage: https://sonatype.github.io/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]".