You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by cw...@apache.org on 2018/02/19 15:04:52 UTC

svn commit: r1824757 - /uima/uima-ducc/trunk/src/main/assembly/bin.xml

Author: cwiklik
Date: Mon Feb 19 15:04:52 2018
New Revision: 1824757

URL: http://svn.apache.org/viewvc?rev=1824757&view=rev
Log:
UIMA-5728 fixes copying target/ folder into the bin tarball

Modified:
    uima/uima-ducc/trunk/src/main/assembly/bin.xml

Modified: uima/uima-ducc/trunk/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/uima/uima-ducc/trunk/src/main/assembly/bin.xml?rev=1824757&r1=1824756&r2=1824757&view=diff
==============================================================================
--- uima/uima-ducc/trunk/src/main/assembly/bin.xml (original)
+++ uima/uima-ducc/trunk/src/main/assembly/bin.xml Mon Feb 19 15:04:52 2018
@@ -398,8 +398,8 @@ under the License.
       <outputDirectory></outputDirectory>
       <includes>
         <include>issuesFixed/**</include>
-        <include>target/README</include>
-        <include>target/RELEASE_NOTES.html</include>
+        <!--include>target/README</include>
+        <include>target/RELEASE_NOTES.html</include-->
         <!-- Temporarily disable the include below for 1.1.0-Ducc release -->
         <!-- JIRAs bug prevents more than 100 jiras in the report produced -->
         <!-- by maven changes plugin. Workaround is to generate report     -->