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:47:58 UTC

[sling-site] 01/02: SLING-8748 fix syntax errors in example, extension is not required for bnd maven plugin

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

commit d9763ea728c0dfb0ca69d811c1077282f2cab61c
Author: sseifert <ss...@pro-vision.de>
AuthorDate: Fri Nov 15 18:47:18 2019 +0100

    SLING-8748 fix syntax errors in example, extension is not required for bnd maven plugin
---
 .../context-aware-configuration/context-aware-configuration.md   | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

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 5db4748..90cf916 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
@@ -184,13 +184,12 @@ If you use the bnd-maven-plugin and raw bnd statements, you have to configure it
 
     #!xml
     <plugin>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>bnd-maven-plugin/artifactId>
-        <extensions>true</extensions>
+        <groupId>biz.aQute.bnd</groupId>
+        <artifactId>bnd-maven-plugin</artifactId>
         <configuration>
         	<bnd><![CDATA[
-    ... 	
-	-plugin org.apache.sling.caconfig.bndplugin.ConfigurationClassScannerPlugin     	
+                ...
+            	-plugin org.apache.sling.caconfig.bndplugin.ConfigurationClassScannerPlugin
         	]]></bnd>
         </configuration>
         <dependencies>