File: control

package info (click to toggle)
maven-bundle-plugin 2.5.4-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,140 kB
  • ctags: 12,536
  • sloc: java: 7,404; xml: 293; sh: 30; makefile: 5
file content (64 lines) | stat: -rw-r--r-- 2,853 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Source: maven-bundle-plugin
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Damien Raude-Morvan <drazzib@debian.org>
Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper (>= 2.0~)
Build-Depends-Indep: bnd (>= 2.1.0~),
                     default-jdk-doc,
                     libfelix-bundlerepository-java,
                     libfelix-osgi-obr-java,
                     libfelix-utils-java,
                     libkxml2-java,
                     libmaven-archiver-java,
                     libmaven-dependency-tree-java,
                     libmaven-javadoc-plugin-java,
                     libmaven-plugin-tools-java,
                     libmaven2-core-java,
                     libosgi-compendium-java,
                     libosgi-core-java,
                     libplexus-archiver-java,
                     libplexus-container-default-java,
                     libplexus-utils-java,
                     libwagon-java
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-java/maven-bundle-plugin.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/maven-bundle-plugin.git
Homepage: http://felix.apache.org/site/apache-felix-maven-bundle-plugin-bnd.html

Package: libmaven-bundle-plugin-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}, libmaven-deploy-plugin-java, libmaven-install-plugin-java
Recommends: ${maven:OptionalDepends}
Suggests: libmaven-bundle-plugin-java-doc
Description: Maven plugin to handle artifact OSGi metadata
 Maven is a software project management and comprehension tool.
 Based on the concept of a project object model (POM), Maven can
 manage a project's build, reporting and documentation from a central
 piece of information.
 .
 This plugin allow you to handle artifact OSGi metadata of your artifact
 (JAR, WAR). It manage a new type of packaging "bundle" in your POM.
 .
 This plugin depends on Felix Bundle Repository and BND for low-level
 handling of metadata.

Package: libmaven-bundle-plugin-java-doc
Architecture: all
Section: doc
Depends: ${maven:DocDepends}, ${misc:Depends}
Recommends: ${maven:DocOptionalDepends}
Suggests: libmaven-bundle-plugin-java
Description: Maven plugin to handle artifact OSGi metadata - documentation
 Maven is a software project management and comprehension tool.
 Based on the concept of a project object model (POM), Maven can
 manage a project's build, reporting and documentation from a central
 piece of information.
 .
 This plugin allow you to handle artifact OSGi metadata of your artifact
 (JAR, WAR). It manage a new type of packaging "bundle" in your POM.
 .
 This plugin depends on Felix Bundle Repository and BND for low-level
 handling of metadata.
 .
 This package contains the API documentation of libmaven-bundle-plugin-java.