This is an automated email from the ASF dual-hosted git repository.
vy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-parent.git
The following commit(s) were added to refs/heads/main by this push:
new 4cffbcb Add `bnd-maven-plugin` entry to `features.adoc`
4cffbcb is described below
commit 4cffbcb900e1db081939eaf12735d6a889dde048
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Tue Sep 26 12:52:09 2023 +0200
Add `bnd-maven-plugin` entry to `features.adoc`
---
src/site/features.adoc | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/site/features.adoc b/src/site/features.adoc
index 8294346..d326b82 100644
--- a/src/site/features.adoc
+++ b/src/site/features.adoc
@@ -31,6 +31,7 @@ The provided parent POM features the following conveniences:
*
https://github.com/apache/logging-log4j-tools/tree/main/log4j-changelog-maven-plugin[`log4j-changelog-maven-plugin`]
integration for changelog and release note management
*
https://maven.apache.org/enforcer/maven-enforcer-plugin/[`maven-enforcer-plugin`]
checks
*
https://github.com/diffplug/spotless/tree/main/plugin-maven[`spotless-maven-plugin`]
integration for code formatting
+*
https://github.com/bndtools/bnd/blob/master/maven-plugins/bnd-maven-plugin/README.md[`bnd-maven-plugin`]
integration for auto-generating OSGi and JPMS descriptors
* https://asciidoc.org/[AsciiDoc]-based site generation
[#reusable-workflows]