[maven-bundle-plugin] 01/01: Remove the javadoc package. No one uses the APIs of a Maven plugin, and JDK 9 breaks Maven Javadoc Plugin
Kai-Chung Yan
seamlik-guest at moszumanska.debian.org
Wed Mar 21 05:44:15 GMT 2018
This is an automated email from the git hooks/post-receive script.
seamlik-guest pushed a commit to branch master
in repository maven-bundle-plugin.
commit ec7797ae9795a2f4ddc14c9b26763cb8d9881fc3
Author: 殷啟聰 | Kai-Chung Yan <seamlikok at gmail.com>
Date: Wed Mar 21 13:43:42 2018 +0800
Remove the javadoc package. No one uses the APIs of a Maven plugin, and JDK 9 breaks Maven Javadoc Plugin
---
debian/control | 24 +-----------------------
debian/libmaven-bundle-plugin-java-doc.doc-base | 11 -----------
debian/libmaven-bundle-plugin-java-doc.install | 1 -
3 files changed, 1 insertion(+), 35 deletions(-)
diff --git a/debian/control b/debian/control
index 665cfc4..59b66a6 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,6 @@ Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.or
Uploaders: Damien Raude-Morvan <drazzib at debian.org>
Build-Depends: debhelper (>= 11), default-jdk-headless, maven-debian-helper (>= 2.0~)
Build-Depends-Indep: bnd (>= 3.5.0),
- default-jdk-doc,
junit4,
libfelix-bundlerepository-java,
libfelix-osgi-obr-java,
@@ -14,7 +13,6 @@ Build-Depends-Indep: bnd (>= 3.5.0),
libkxml2-java,
libmaven-archiver-java,
libmaven-dependency-tree-java,
- libmaven-javadoc-plugin-java,
libmaven-plugin-tools-java,
libmaven-reporting-api-java,
libmaven3-core-java,
@@ -43,24 +41,4 @@ Description: Maven plugin to handle artifact OSGi metadata
(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.
+ handling of metadata.
\ No newline at end of file
diff --git a/debian/libmaven-bundle-plugin-java-doc.doc-base b/debian/libmaven-bundle-plugin-java-doc.doc-base
deleted file mode 100644
index 600fe64..0000000
--- a/debian/libmaven-bundle-plugin-java-doc.doc-base
+++ /dev/null
@@ -1,11 +0,0 @@
-Document: maven-bundle-plugin
-Title: Apache Felix OSGi bundle repository service
-Author: The Apache Software Foundation
-Abstract: This is the API Javadoc provided for the
- libmaven-bundle-plugin-java library.
-Section: Programming/Java
-
-Format: HTML
-Index: /usr/share/doc/libmaven-bundle-plugin-java/api/index.html
-Files: /usr/share/doc/libmaven-bundle-plugin-java/api/*.html
-
diff --git a/debian/libmaven-bundle-plugin-java-doc.install b/debian/libmaven-bundle-plugin-java-doc.install
deleted file mode 100644
index e497b44..0000000
--- a/debian/libmaven-bundle-plugin-java-doc.install
+++ /dev/null
@@ -1 +0,0 @@
-target/apidocs/* /usr/share/doc/libmaven-bundle-plugin-java/api/
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-bundle-plugin.git
More information about the pkg-java-commits
mailing list