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:57 UTC

[sling-site] branch master updated (6c075f9 -> 075cca4)

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

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


    from 6c075f9  Release org.apache.sling.engine 2.6.22
     add e4951eb  SLING-8748: running the ConfigurationClassScannerPlugin with BND
     new d9763ea  SLING-8748 fix syntax errors in example, extension is not required for bnd maven plugin
     new 075cca4  Merge branch 'feature/caconfig-plugin-bnd'

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../context-aware-configuration.md                  | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)


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

Posted by ss...@apache.org.
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>


[sling-site] 02/02: Merge branch 'feature/caconfig-plugin-bnd'

Posted by ss...@apache.org.
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 075cca4bcf13d55d54c3abfa7f7f6adc9c6555d0
Merge: 6c075f9 d9763ea
Author: sseifert <ss...@pro-vision.de>
AuthorDate: Fri Nov 15 18:47:35 2019 +0100

    Merge branch 'feature/caconfig-plugin-bnd'

 .../context-aware-configuration.md                  | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)