Author: buildbot
Date: Tue Jun  4 12:53:46 2019
New Revision: 1045852

Log:
Staging update by buildbot for jena

Modified:
    websites/staging/jena/trunk/content/   (props changed)
    websites/staging/jena/trunk/content/documentation/notes/jena-repack.html

Propchange: websites/staging/jena/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Jun  4 12:53:46 2019
@@ -1 +1 @@
-1860485
+1860610

Modified: 
websites/staging/jena/trunk/content/documentation/notes/jena-repack.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/notes/jena-repack.html 
(original)
+++ websites/staging/jena/trunk/content/documentation/notes/jena-repack.html 
Tue Jun  4 12:53:46 2019
@@ -199,6 +199,16 @@ for the complete shade plugin setup used
 <p>If doing manually, create a single file in your application jar the
 all lines of all the services resource files. The order does not matter
 - Jena calls modules in the right order.</p>
+<p>For Gradle, the <a 
href="https://imperceptiblethoughts.com/shadow/";>shadowJar plugin</a>
+has the
+<a 
href="https://imperceptiblethoughts.com/shadow/configuration/merging/#merging-service-descriptor-files";>mergeServiceFiles</a>
+operation.</p>
+<div class="codehilite"><pre><span class="c1">// Merging Service Files</span>
+<span class="n">shadowJar</span> <span class="p">{</span>
+  <span class="n">mergeServiceFiles</span><span class="p">()</span>
+  <span class="p">.</span> <span class="p">.</span> <span class="p">.</span>
+<span class="p">}</span>
+</pre></div>
   </div>
 </div>
 


Reply via email to