You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ss...@apache.org on 2019/11/15 17:51:18 UTC

[sling-site] branch master updated: update links to bundle/bnd maven plugins

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

sseifert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 3978a60  update links to bundle/bnd maven plugins
3978a60 is described below

commit 3978a60c374544cda927b1fdfb745bbad1245f75
Author: sseifert <ss...@pro-vision.de>
AuthorDate: Fri Nov 15 18:51:03 2019 +0100

    update links to bundle/bnd maven plugins
---
 .../bundles/context-aware-configuration/context-aware-configuration.md  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/jbake/content/documentation/bundles/context-aware-configuration/context-aware-configuration.md b/src/main/jbake/content/documentation/bundles/context-aware-configuration/context-aware-configuration.md
index 90cf916..32aa8e0 100644
--- a/src/main/jbake/content/documentation/bundles/context-aware-configuration/context-aware-configuration.md
+++ b/src/main/jbake/content/documentation/bundles/context-aware-configuration/context-aware-configuration.md
@@ -156,7 +156,7 @@ If you want to access nested configurations you have to use a slash "/" as separ
 
 # Context-Aware Configuration bnd plugin
 
-A [bnd](http://bnd.bndtools.org/) plugin is provided that scans the classpath of a bundle Maven project at build time and automatically generates a `Sling-ContextAware-Configuration-Classes` bundle header for all annotation classes annotated with `@Configuration`. It can be used by both [maven-bundle-plugin](http://felix.apache.org/documentation/subprojects/apache-felix-maven-bundle-plugin-bnd.html) and [bnd-maven-plugin](https://github.com/bndtools/bnd/tree/master/maven), as both use th [...]
+A [bnd](http://bnd.bndtools.org/) plugin is provided that scans the classpath of a bundle Maven project at build time and automatically generates a `Sling-ContextAware-Configuration-Classes` bundle header for all annotation classes annotated with `@Configuration`. It can be used by both [maven-bundle-plugin](http://felix.apache.org/components/bundle-plugin/) and [bnd-maven-plugin](https://github.com/bndtools/bnd/tree/master/maven/bnd-maven-plugin), as both use the bnd library internally.
 
 Example configuration: