File: control

package info (click to toggle)
maven-bundle-plugin 3.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 1,480 kB
  • sloc: java: 10,043; xml: 525; sh: 19; makefile: 2
file content (50 lines) | stat: -rw-r--r-- 1,652 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
39
40
41
42
43
44
45
46
47
48
49
50
Source: maven-bundle-plugin
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends:
 bnd (>= 3.5.0),
 debhelper (>= 11),
 default-jdk-headless,
 junit4,
 libfelix-bundlerepository-java,
 libfelix-osgi-obr-java,
 libfelix-utils-java,
 libjdom1-java,
 libkxml2-java,
 libmaven-archiver-java,
 libmaven-dependency-tree-java,
 libmaven-plugin-tools-java,
 libmaven-reporting-api-java,
 libmaven3-core-java,
 libosgi-compendium-java,
 libosgi-core-java,
 libplexus-archiver-java,
 libplexus-container-default1.5-java,
 libplexus-utils2-java,
 maven-debian-helper (>= 2.0~)
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/java-team/maven-bundle-plugin.git
Vcs-Browser: https://salsa.debian.org/java-team/maven-bundle-plugin
Homepage: http://felix.apache.org/site/apache-felix-maven-bundle-plugin-bnd.html

Package: libmaven-bundle-plugin-java
Architecture: all
Depends:
 libmaven-deploy-plugin-java,
 libmaven-install-plugin-java,
 ${maven:Depends},
 ${misc:Depends}
Recommends: ${maven:OptionalDepends}
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.