File: control

package info (click to toggle)
templating-maven-plugin 1.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 312 kB
  • sloc: java: 769; xml: 510; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 978 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
Source: templating-maven-plugin
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Mechtilde Stehmann <mechtilde@debian.org>
Build-Depends: debhelper-compat (=13)
 , default-jdk
 , maven-debian-helper
 , libmaven3-core-java
 , libmaven-invoker-plugin-java
Standards-Version: 4.6.2
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/java-team/templating-maven-plugin.git
Vcs-Browser: https://salsa.debian.org/java-team/templating-maven-plugin
Homepage: https://www.mojohaus.org/templating-maven-plugin/

Package: libtemplating-maven-plugin-java
Architecture: all
Depends: ${misc:Depends}
Description: Copying files to an output directory
 The templating maven plugin handles copying files from a source to a given
 output directory, while filtering them. This plugin is useful to filter
 Java Source Code if you need for example to have things in that code
 replaced with some properties values.