Changeset 6590


Ignore:
Timestamp:
09/25/15 14:33:49 (9 years ago)
Author:
davor.ostojic@oeaw.ac.at
Message:

encoding explicitly set to UTF-8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vlo/branches/vlo-3.3-oeaw/vlo-vocabularies/pom.xml

    r6555 r6590  
    1414       
    1515
    16         <properties>
    17                 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    18                
     16        <properties>           
    1917                <old_maps.path>maps/old_maps</old_maps.path>
    2018                <xslt.path>maps/xslt</xslt.path>
     
    169167                                                <configuration>
    170168                                                        <mainClass>eu.clarin.cmdi.vlo.main.TransformAllMaps</mainClass>
    171                                                         <arguments>
     169                                                        <arguments>                                                             
    172170                                                                <argument>csv2xml</argument>
    173171                                                        </arguments>
     
    187185                                </goals>
    188186                                <configuration>
     187                                        <encoding>UTF-8</encoding>
    189188                                        <outputDirectory>${project.build.outputDirectory}/maps/uniform_maps</outputDirectory>
    190189                                        <resources>         
Note: See TracChangeset for help on using the changeset viewer.