You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2015/12/21 17:59:21 UTC

svn commit: r1721214 - /sling/trunk/testing/mocks/sling-mock-oak/pom.xml

Author: bdelacretaz
Date: Mon Dec 21 16:59:21 2015
New Revision: 1721214

URL: http://svn.apache.org/viewvc?rev=1721214&view=rev
Log:
Include the sources of shaded packages in sources jar, useful for debugging

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

Modified: sling/trunk/testing/mocks/sling-mock-oak/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/testing/mocks/sling-mock-oak/pom.xml?rev=1721214&r1=1721213&r2=1721214&view=diff
==============================================================================
--- sling/trunk/testing/mocks/sling-mock-oak/pom.xml (original)
+++ sling/trunk/testing/mocks/sling-mock-oak/pom.xml Mon Dec 21 16:59:21 2015
@@ -161,6 +161,7 @@
                         <include>org.apache.jackrabbit:*</include>
                     </includes>
                 </artifactSet>
+                <createSourcesJar>true</createSourcesJar>
               </configuration>
               <executions>
                 <execution>