Changeset 6550


Ignore:
Timestamp:
09/22/15 11:37:59 (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

    r6549 r6550  
    77        <name>VLO Vocabularies</name>
    88       
    9         <parent>
    10         <groupId>eu.clarin.cmdi</groupId>
    11         <artifactId>vlo</artifactId>
    12         <version>3.3-SNAPSHOT</version>
    13     </parent>
    14 
    159        <properties>
    1610                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     
    153147       
    154148        <!-- transform csv to xml on every compile and add them to the classpath -->
    155         <build>
    156                 <plugins>
    157                         <plugin>
    158                                 <groupId>org.codehaus.mojo</groupId>
    159                                 <artifactId>exec-maven-plugin</artifactId>
    160                                 <version>1.4.0</version>
    161                                 <executions>
    162                                         <execution>
    163                                                 <id>create-maps</id>
    164                                                 <phase>compile</phase>
    165                                                 <goals>
    166                                                         <goal>java</goal>
    167                                                 </goals>
    168                                                 <configuration>
    169                                                         <mainClass>eu.clarin.cmdi.vlo.main.TransformAllMaps</mainClass>
    170                                                         <arguments>
    171                                                                 <argument>csv2xml</argument>
    172                                                         </arguments>
    173                                                 </configuration>
    174                                         </execution>
    175                                 </executions>
    176                         </plugin>
    177                         <plugin>
    178                         <artifactId>maven-resources-plugin</artifactId>
    179                         <version>2.7</version>
    180                         <executions>
    181                                 <execution>
    182                                 <id>copy-maps</id>
    183                                 <phase>compile</phase>
    184                                 <goals>
    185                                         <goal>copy-resources</goal>
    186                                 </goals>
    187                                 <configuration>
    188                                         <outputDirectory>${project.build.outputDirectory}/maps/uniform_maps</outputDirectory>
    189                                         <resources>         
    190                                                 <resource>
    191                                                         <directory>${basedir}/maps/uniform_maps</directory>
    192                                                         <filtering>false</filtering>
    193                                                 </resource>
    194                                         </resources>             
    195                                 </configuration>           
    196                                 </execution>
    197                         </executions>
    198               </plugin>
    199                 </plugins>
    200         </build>
     149<!--    <build> -->
     150<!--            <plugins> -->
     151<!--                    <plugin> -->
     152<!--                            <groupId>org.codehaus.mojo</groupId> -->
     153<!--                            <artifactId>exec-maven-plugin</artifactId> -->
     154<!--                            <version>1.4.0</version> -->
     155<!--                            <executions> -->
     156<!--                                    <execution> -->
     157<!--                                            <id>create-maps</id> -->
     158<!--                                            <phase>compile</phase> -->
     159<!--                                            <goals> -->
     160<!--                                                    <goal>java</goal> -->
     161<!--                                            </goals> -->
     162<!--                                            <configuration> -->
     163<!--                                                    <mainClass>eu.clarin.cmdi.vlo.main.TransformAllMaps</mainClass> -->
     164<!--                                                    <arguments> -->
     165<!--                                                            <argument>csv2xml</argument> -->
     166<!--                                                    </arguments> -->
     167<!--                                            </configuration> -->
     168<!--                                    </execution> -->
     169<!--                            </executions> -->
     170<!--                    </plugin> -->
     171<!--                    <plugin> -->
     172<!--                    <artifactId>maven-resources-plugin</artifactId> -->
     173<!--                    <version>2.7</version> -->
     174<!--                    <executions> -->
     175<!--                            <execution> -->
     176<!--                            <id>copy-maps</id> -->
     177<!--                            <phase>compile</phase> -->
     178<!--                            <goals> -->
     179<!--                                    <goal>copy-resources</goal> -->
     180<!--                            </goals> -->
     181<!--                            <configuration> -->
     182<!--                                    <outputDirectory>${project.build.outputDirectory}/maps/uniform_maps</outputDirectory> -->
     183<!--                                    <resources>           -->
     184<!--                                            <resource> -->
     185<!--                                                    <directory>${basedir}/maps/uniform_maps</directory> -->
     186<!--                                                    <filtering>false</filtering> -->
     187<!--                                            </resource> -->
     188<!--                                    </resources>               -->
     189<!--                            </configuration>             -->
     190<!--                            </execution> -->
     191<!--                    </executions> -->
     192<!--          </plugin> -->
     193<!--            </plugins> -->
     194<!--    </build> -->
    201195
    202196        <dependencies>
Note: See TracChangeset for help on using the changeset viewer.