You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 10:26:05 UTC

[sling-org-apache-sling-xss] 07/19: SLING-6754 - The XSS bundle doesn't provide any services

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

rombert pushed a commit to annotated tag org.apache.sling.xss-2.0.0
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-xss.git

commit 1f88ec6d66191439ce7aef03b61a102dad66bcb8
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Thu Mar 30 12:18:37 2017 +0000

    SLING-6754 - The XSS bundle doesn't provide any services
    
    * removed parent pom defined configurations overrides for the maven-bundle-plugin
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/xss@1789510 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/pom.xml b/pom.xml
index c891b5f..80cf412 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,16 +75,7 @@
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
                 <extensions>true</extensions>
-                <executions>
-                    <execution>
-                        <id>scr-metadata</id>
-                        <goals>
-                            <goal>manifest</goal>
-                        </goals>
-                    </execution>
-                </executions>
                 <configuration>
-                    <exportScr>true</exportScr>
                     <instructions>
                         <Import-Package>
                             !bsh,

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.