You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2011/08/06 13:05:50 UTC

svn commit: r1154486 - /uima/addons/trunk/uima-addons-parent/pom.xml

Author: schor
Date: Sat Aug  6 11:05:49 2011
New Revision: 1154486

URL: http://svn.apache.org/viewvc?rev=1154486&view=rev
Log:
[UIMA-2185] for PEAR packaging - remove the exclude of the documentation from the base-bin because the PEAR packaging contains the docs.

Modified:
    uima/addons/trunk/uima-addons-parent/pom.xml

Modified: uima/addons/trunk/uima-addons-parent/pom.xml
URL: http://svn.apache.org/viewvc/uima/addons/trunk/uima-addons-parent/pom.xml?rev=1154486&r1=1154485&r2=1154486&view=diff
==============================================================================
--- uima/addons/trunk/uima-addons-parent/pom.xml (original)
+++ uima/addons/trunk/uima-addons-parent/pom.xml Sat Aug  6 11:05:49 2011
@@ -344,11 +344,6 @@
     <!-- * Build single-project zip/tar     * -->
     <!-- ************************************ -->
 
-    <!-- NOTE:  THIS IS CURRENTLY DISABLED 
-                BY HAVING ONLY PROJECTS BELOW THE 
-                EXECUTION ROOT HAVING THE MARKER
-                - NEED A RELEASE OF THE UIMA-BUILD-RESOURCES PROJECT
-                  BEFORE THIS CAN WORK   -->    
     <profile>
       <id>build simple project binary assembly</id>
       <activation>
@@ -571,8 +566,6 @@
                       <directory>${project.build.directory}/base-bin</directory>
                       <includes><include>**</include></includes>
                       <excludes>
-                        <exclude>doc/**</exclude>
-                        <exclude>docs/**</exclude>
                         <exclude>**/*-javadoc.jar</exclude>
                       </excludes>
                     </resource>