You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by tw...@apache.org on 2008/10/13 15:10:26 UTC

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

Author: twgoetz
Date: Mon Oct 13 06:10:25 2008
New Revision: 704114

URL: http://svn.apache.org/viewvc?rev=704114&view=rev
Log:
Jira UIMA-1203: add source code encoding info to pom.

https://issues.apache.org/jira/browse/UIMA-1203

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

Modified: incubator/uima/uimaj/trunk/uimaj/pom.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj/pom.xml?rev=704114&r1=704113&r2=704114&view=diff
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj/pom.xml (original)
+++ incubator/uima/uimaj/trunk/uimaj/pom.xml Mon Oct 13 06:10:25 2008
@@ -92,6 +92,7 @@
         <configuration>
           <source>1.5</source>
           <target>1.5</target>
+          <encoding>utf-8</encoding>
         </configuration>
       </plugin>
       
@@ -127,7 +128,8 @@
                 
                 <condition property="sourceForLicenseNoticeDisclaimer"
                   value="skip">  <!-- value must be a non-existant file name 
-                                      blank doesn't work (copies everything) -->
+                                      blank doesn't work (copies everything)
+-->
                   <not><isset property="sourceForLicenseNoticeDisclaimer"/></not>
                 </condition>