File: control

package info (click to toggle)
string-template-maven-plugin 1.1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 204 kB
  • sloc: xml: 493; java: 379; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 986 bytes parent folder | download | duplicates (2)
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
Source: string-template-maven-plugin
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Andrius Merkys <andrius.merkys@gmail.com>
Build-Depends:
 debhelper (>= 11),
 libmaven-resolver-java,
 libmaven3-core-java,
 libmojo-executor-java,
 libplexus-component-metadata-java,
 libstringtemplate4-java,
 maven-debian-helper
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/java-team/string-template-maven-plugin
Vcs-Git: https://salsa.debian.org/java-team/string-template-maven-plugin.git
Homepage: https://kevinbirch.github.io/string-template-maven-plugin

Package: libstring-template-maven-plugin-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Description: StringTemplate Maven Plugin
 This plugin allows one to execute StringTemplate template files during a Maven
 build. The values for templates can come from static declarations or from a
 Java class specified to be executed.