Changeset 6640


Ignore:
Timestamp:
09/30/15 12:48:37 (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

    r6639 r6640  
    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/target/classes</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>
    11897                </plugins>
    11998        </build>
Note: See TracChangeset for help on using the changeset viewer.