This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.testing.osgi-mock-2.1.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-osgi-mock.git
commit 317127770a835bb783ca05e1d90892591d048849 Author: Stefan Seifert <[email protected]> AuthorDate: Thu Jul 28 11:30:55 2016 +0000 SLING-5905 some files from felix.framework where missing includes shaded source attachments git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/testing/mocks/osgi-mock@1754400 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e261538..f9f4723 100644 --- a/pom.xml +++ b/pom.xml @@ -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> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
