File: control

package info (click to toggle)
maven-replacer-plugin 1.5.3-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 388 kB
  • sloc: java: 2,755; xml: 329; sh: 17; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 1,308 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
Source: maven-replacer-plugin
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Timo Aaltonen <tjaalton@debian.org>
Build-Depends:
 ant,
 debhelper (>= 11),
 default-jdk,
 junit4,
 libcommons-io-java,
 libcommons-lang-java (>= 2.6),
 libmaven-plugin-tools-java (>= 3.2),
 libmaven3-core-java,
 libmockito-java (>= 2.0),
 libxerces2-java,
 maven-debian-helper (>= 1.5)
Standards-Version: 4.4.0
Vcs-Git: https://salsa.debian.org/java-team/maven-replacer-plugin.git
Vcs-Browser: https://salsa.debian.org/java-team/maven-replacer-plugin
Homepage: http://code.google.com/p/maven-replacer-plugin

Package: libreplacer-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Suggests: ${maven:OptionalDepends}
Description: Maven plugin to replace tokens in a given file with a value
 This plugin is typically used to change database or network configuration
 within a project during a maven build. It also can perform some advanced text
 replacement functions, such as providing a separate token/value file to keep
 your build script concise, writing resulting text after replacement to a
 separate file and token matching with regular expressions. There is even
 support for making exact document node replacements via X-Path.