Changeset 6513


Ignore:
Timestamp:
09/21/15 13:53:50 (9 years ago)
Author:
davor.ostojic@oeaw.ac.at
Message:

vlo-vocabularies integration

Location:
vlo/branches/vlo-3.3-oeaw/vlo-vocabularies
Files:
5 deleted
1 edited

Legend:

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

    r6508 r6513  
    145145                </profile>
    146146        </profiles>
     147       
     148        <!-- transform csv to xml on every compile -->
     149        <build>
     150                <plugins>
     151                        <plugin>
     152                                <groupId>org.codehouse.mojo</groupId>
     153                                <artifactId>exec-maven-plugin</artifactId>
     154                                <version>1.1.1</version>
     155                                <executions>
     156                                        <execution>
     157                                                <phase>compile</phase>
     158                                                <configuration>
     159                                                        <mainClass>eu.clarin.cmdi.vlo.main.TransformAllMaps</mainClass>
     160                                                        <arguments>
     161                                                                <argument>csv2xml</argument>
     162                                                        </arguments>
     163                                                </configuration>
     164                                        </execution>
     165                                </executions>
     166                        </plugin>
     167                </plugins>
     168        </build>
    147169
    148170        <dependencies>
Note: See TracChangeset for help on using the changeset viewer.