This is an automated email from the ASF dual-hosted git repository.

djencks pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/felix-antora-site.git

commit 148d3433d973b3299d6031308e97b6dafdf35050
Author: David Jencks <[email protected]>
AuthorDate: Sun Jul 11 15:45:22 2021 -0700

    remove maven osgi plugin doc (unmaintained)
---
 modules/ROOT/pages/documentation/subprojects.adoc  |  2 +-
 .../apache-felix-maven-osgi-plugin.adoc            | 22 ----------------------
 2 files changed, 1 insertion(+), 23 deletions(-)

diff --git a/modules/ROOT/pages/documentation/subprojects.adoc 
b/modules/ROOT/pages/documentation/subprojects.adoc
index 5069fd6..32b2c4d 100644
--- a/modules/ROOT/pages/documentation/subprojects.adoc
+++ b/modules/ROOT/pages/documentation/subprojects.adoc
@@ -122,7 +122,7 @@ The last documentation may be found in the 
https://github.com/apache/felix-site-
 * 
https://github.com/apache/felix-site-pub/blob/last-cms/documentation/subprojects/apache-felix-lightweight-http-service.html[Lightweight
 HTTP Service]
 * 
https://github.com/apache/felix-site-pub/blob/last-cms/documentation/subprojects/apache-felix-manifest-generator-mangen.html[Manifest
 Generator (mangen)]
 * 
https://github.com/apache/felix-site-pub/blob/last-cms/documentation/subprojects/apache-felix-maven-obr-plugin.html[Maven
 OBR Plugin]
-* xref:documentation/subprojects/apache-felix-maven-osgi-plugin.adoc[Maven 
OSGi Plugin]
+* 
https://github.com/apache/felix-site-pub/blob/last-cms/documentation/subprojects/apache-felix-maven-osgi-plugin.html[Maven
 OSGi Plugin]
 * xref:documentation/subprojects/apache-felix-maven-scr-plugin.adoc[Maven SCR 
Plugin]
 * xref:documentation/subprojects/mosgi-managed-osgi-framework.adoc[MOSGi 
Managed OSGi framework]
 * xref:documentation/subprojects/apache-felix-osgi-core.adoc[OSGi Core]
diff --git 
a/modules/ROOT/pages/documentation/subprojects/apache-felix-maven-osgi-plugin.adoc
 
b/modules/ROOT/pages/documentation/subprojects/apache-felix-maven-osgi-plugin.adoc
deleted file mode 100644
index e663c28..0000000
--- 
a/modules/ROOT/pages/documentation/subprojects/apache-felix-maven-osgi-plugin.adoc
+++ /dev/null
@@ -1,22 +0,0 @@
-= Apache Felix Maven OSGi Plugin
-
-WARNING:: totally obsolete.
-WARNING:: most of the mdtext content was not converted.
-Consult git history
-
-The OSGi plugin for Maven 2.0 is currently under development at the 
http://incubator.apache.org/felix[Apache Felix] project, and this page 
documents the plugin's current state of functionality and will serve as a 
how-to guide for its use.
-
-The main task this plugin aims to accomplish is the generation of 
OSGi-compliant bundle archives.
-To this end, the plugin provides an integraton with Maven 2's project object 
model (POM) with particular focus on manipulation of the bundle's manifest and 
the automated generation of some headers (e.g., Bundle-ClassPath, 
Import-Package, and Bundle-Activator).
-
-== Current Plugin Functionality
-
-=== Standard Features
-
-The plugin provides the user with two ways to manipulate the contents of a 
bundle's manifest:
-
-. Path and filename of a manifest.mf file in which the contents will be merged 
with the default entries generated by Maven 2.
-Note that _any_ manifest entry can be added to the bundle's manifest using 
this technique - java-standard, osgi-standard, or custom entries.
-The path name is relative to the root of the Maven 2 project, and is specified 
using the following POM notation:
-
-

Reply via email to