This is an automated email from the ASF dual-hosted git repository.
cziegeler pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/felix-antora-site.git
The following commit(s) were added to refs/heads/main by this push:
new 0a5fdc59 Remove stray closing tags
new 7bf999d5 Merge pull request #4 from pzygielo/tags
0a5fdc59 is described below
commit 0a5fdc59b08e86fff5394883e2dd91a2d5f033be
Author: Piotrek Żygieło <[email protected]>
AuthorDate: Sun May 15 22:22:33 2022 +0200
Remove stray closing tags
---
.../pages/subprojects/apache-felix-maven-bundle-plugin-bnd.adoc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git
a/modules/ROOT/pages/subprojects/apache-felix-maven-bundle-plugin-bnd.adoc
b/modules/ROOT/pages/subprojects/apache-felix-maven-bundle-plugin-bnd.adoc
index ca357029..ac6dfe1e 100644
--- a/modules/ROOT/pages/subprojects/apache-felix-maven-bundle-plugin-bnd.adoc
+++ b/modules/ROOT/pages/subprojects/apache-felix-maven-bundle-plugin-bnd.adoc
@@ -7,7 +7,7 @@ This plugin wraps BND to make it work specifically with the
Maven 2 project stru
INFO:
If you have questions about the maven-bundle-plugin please read the
xref:faqs/apache-felix-bundle-plugin-faq.adoc[FAQ] first.
-If you still have questions you can ask them on the
http://felix.apache.org/site/mailinglists.html[Felix user list].</div>
+If you still have questions you can ask them on the
http://felix.apache.org/site/mailinglists.html[Felix user list].
_NOTE: test scoped dependencies are *not* included in the classpath seen by
BND._
@@ -15,9 +15,9 @@ Since the 1.4.0 release, this plugin also aims to automate
OBR (OSGi Bundle Repo
It helps manage a local OBR for your local Maven repository, and also supports
remote OBRs for bundle distribution.
The plug-in automatically computes bundle capabilities and requirements, using
a combination of Bindex and Maven metadata.
-TIP: http://felix.apache.org/components/bundle-plugin/index.html[Full Maven
Site Plugin documentation for the current release of the
maven-bundle-plugin]</div>
+TIP: http://felix.apache.org/components/bundle-plugin/index.html[Full Maven
Site Plugin documentation for the current release of the maven-bundle-plugin]
-TIP: http://bnd.bndtools.org/chapters/790-format.html[A complete list of
instructions and their format is available from the BND website]</div>
+TIP: http://bnd.bndtools.org/chapters/790-format.html[A complete list of
instructions and their format is available from the BND website]
== Simple Example