Changeset 6635


Ignore:
Timestamp:
09/30/15 12:44:16 (9 years ago)
Author:
davor.ostojic@oeaw.ac.at
Message:
 
File:
1 edited

Legend:

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

    r6630 r6635  
    9595                        </executions>
    9696              </plugin>
     97              <plugin>
     98                                <groupId>org.codehaus.mojo</groupId>
     99                                <artifactId>exec-maven-plugin</artifactId>
     100                                <version>1.4.0</version>
     101                                <executions>
     102                                        <execution>
     103                                                <id>create-maps</id>
     104                                                <phase>compile</phase>
     105                                                <goals>
     106                                                        <goal>java</goal>
     107                                                </goals>
     108                                                <configuration>
     109                                                        <workingDirectory>${basedir}/vlo-vocabularies</workingDirectory>       
     110                                                        <mainClass>eu.clarin.cmdi.vlo.main.TransformAllMaps</mainClass>
     111                                                        <arguments>                                                             
     112                                                                <argument>csv2xml</argument>
     113                                                        </arguments>
     114                                                </configuration>
     115                                        </execution>
     116                                </executions>
     117                        </plugin>
     118                </plugins>
    97119                </plugins>
    98120        </build>
     121       
    99122</project>
Note: See TracChangeset for help on using the changeset viewer.