Changeset 6641


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

Legend:

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

    r6636 r6641  
    149149                        </build>
    150150                </profile>
    151         </profiles>     
     151        </profiles>
     152       
     153        <build>
     154                <plugins>
     155                        <plugin>
     156                                <groupId>org.codehaus.mojo</groupId>
     157                                <artifactId>exec-maven-plugin</artifactId>
     158                                <version>1.4.0</version>
     159                                <executions>
     160                                        <execution>
     161                                                <id>create-maps</id>
     162                                                <phase>compile</phase>
     163                                                <goals>
     164                                                        <goal>java</goal>
     165                                                </goals>
     166                                                <configuration>
     167                                                        <workingDirectory>${basedir}/</workingDirectory>       
     168                                                        <mainClass>eu.clarin.cmdi.vlo.main.TransformAllMaps</mainClass>
     169                                                        <arguments>                                                             
     170                                                                <argument>csv2xml</argument>
     171                                                        </arguments>
     172                                                </configuration>
     173                                        </execution>
     174                                </executions>
     175                        </plugin>
     176                </plugins>
     177        </build>
     178       
    152179
    153180        <dependencies>
Note: See TracChangeset for help on using the changeset viewer.