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 2016/07/28 11:30:55 UTC

svn commit: r1754400 - /sling/trunk/testing/mocks/osgi-mock/pom.xml

Author: sseifert
Date: Thu Jul 28 11:30:55 2016
New Revision: 1754400

URL: http://svn.apache.org/viewvc?rev=1754400&view=rev
Log:
SLING-5905 some files from felix.framework where missing
includes shaded source attachments

Modified:
    sling/trunk/testing/mocks/osgi-mock/pom.xml

Modified: sling/trunk/testing/mocks/osgi-mock/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/testing/mocks/osgi-mock/pom.xml?rev=1754400&r1=1754399&r2=1754400&view=diff
==============================================================================
--- sling/trunk/testing/mocks/osgi-mock/pom.xml (original)
+++ sling/trunk/testing/mocks/osgi-mock/pom.xml Thu Jul 28 11:30:55 2016
@@ -162,6 +162,8 @@
                             <goal>shade</goal>
                         </goals>
                         <configuration>
+                            <createSourcesJar>true</createSourcesJar>
+                            <shadeSourcesContent>true</shadeSourcesContent>
                             <artifactSet>
                                 <includes>
                                     <include>org.apache.sling:org.apache.sling.commons.osgi</include>
@@ -194,7 +196,7 @@
                                 <filter>
                                     <artifact>org.apache.felix:org.apache.felix.framework</artifact>
                                     <includes>
-                                        <include>org/apache/felix/framework/FilterImpl*</include>
+                                        <include>org/apache/felix/framework/**</include>
                                     </includes>
                                 </filter>
                                 <filter>