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 2007/05/08 14:31:16 UTC

svn commit: r536178 - /incubator/uima/uimaj/trunk/uimaj-distr/pom.xml

Author: schor
Date: Tue May  8 05:31:15 2007
New Revision: 536178

URL: http://svn.apache.org/viewvc?view=rev&rev=536178
Log:
no Jira - add config parm to assembly step to turn off all those [WARNING] name
exceeds 100 chars.

Modified:
    incubator/uima/uimaj/trunk/uimaj-distr/pom.xml

Modified: incubator/uima/uimaj/trunk/uimaj-distr/pom.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-distr/pom.xml?view=diff&rev=536178&r1=536177&r2=536178
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-distr/pom.xml (original)
+++ incubator/uima/uimaj/trunk/uimaj-distr/pom.xml Tue May  8 05:31:15 2007
@@ -126,6 +126,7 @@
             <descriptor>src/main/assembly/src.xml</descriptor>
 					</descriptors>
 					<finalName>uimaj-${pom.version}</finalName>
+          <tarLongFileMode>gnu</tarLongFileMode>
 				</configuration>
 			</plugin>
 			<plugin>