Changeset 6636


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/vlo-vocabularies/pom.xml

    r6634 r6636  
    149149                        </build>
    150150                </profile>
    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        
     151        </profiles>     
    179152
    180153        <dependencies>
Note: See TracChangeset for help on using the changeset viewer.