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 2017/03/06 10:49:32 UTC

svn commit: r1785625 - /sling/trunk/bundles/extensions/caconfig/impl/pom.xml

Author: sseifert
Date: Mon Mar  6 10:49:32 2017
New Revision: 1785625

URL: http://svn.apache.org/viewvc?rev=1785625&view=rev
Log:
extra bundle plugin config obsolete with parent pom 30

Modified:
    sling/trunk/bundles/extensions/caconfig/impl/pom.xml

Modified: sling/trunk/bundles/extensions/caconfig/impl/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/caconfig/impl/pom.xml?rev=1785625&r1=1785624&r2=1785625&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/caconfig/impl/pom.xml (original)
+++ sling/trunk/bundles/extensions/caconfig/impl/pom.xml Mon Mar  6 10:49:32 2017
@@ -45,21 +45,7 @@
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
                 <extensions>true</extensions>
-                <executions>
-                    <!-- Configure extra execution of 'manifest' in process-classes phase to make sure SCR metadata is generated before unit test runs -->
-                    <execution>
-                        <id>scr-metadata</id>
-                        <goals>
-                            <goal>manifest</goal>
-                        </goals>
-                        <configuration>
-                            <supportIncrementalBuild>true</supportIncrementalBuild>
-                        </configuration>
-                    </execution>
-                </executions>
                 <configuration>
-                    <!-- Export SCR metadata to classpath to have them available in unit tests -->
-                    <exportScr>true</exportScr>
                     <instructions>
                         <!-- embed the commons.osgi bundle as described in http://njbartlett.name/2014/05/26/static-linking.html -->
                         <Conditional-Package>org.apache.sling.commons.osgi</Conditional-Package>