File: control

package info (click to toggle)
maven-remote-resources-plugin 3.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 696 kB
  • sloc: java: 3,602; xml: 1,321; makefile: 2; sh: 1
file content (38 lines) | stat: -rw-r--r-- 1,604 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
34
35
36
37
38
Source: maven-remote-resources-plugin
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Mathieu Malaterre <malat@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 default-jdk,
 libcommons-io-java (>= 2.6),
 libeclipse-sisu-maven-plugin-java,
 libmaven-archiver-java (>= 3.5),
 libmaven-artifact-transfer-java,
 libmaven-common-artifact-filters-java (>= 3.0.1),
 libmaven-filtering-java (>= 3.1.1),
 libmaven-parent-java,
 libmaven-plugin-tools-java (>= 3.6.0),
 libmaven-resolver-java (>= 1.3.1),
 libmaven3-core-java (>= 3.6.0),
 libmodello-maven-plugin-java (>= 1.9.1),
 libplexus-interpolation-java (>= 1.25),
 libplexus-resources-java (>= 1.1.0),
 libplexus-utils2-java (>= 3.1.1),
 maven-debian-helper (>= 2.1)
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/java-team/maven-remote-resources-plugin.git
Vcs-Browser: https://salsa.debian.org/java-team/maven-remote-resources-plugin
Homepage: http://maven.apache.org/plugins/maven-remote-resources-plugin/

Package: libmaven-remote-resources-plugin-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Suggests: ${maven:OptionalDepends}
Description: Apache Maven Remote Resources Plugin
 Process resources packaged in JARs that have been deployed to a remote
 repository. The primary use case being satisfied is the consistentinclusion
 of common resources in a large set of projects. Maven projects atApache
 use this plug-in to satisfy licensing requirements at Apache whereeach
 project must include license and notice files for each release.