Changeset 6555


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

    r6550 r6555  
    11<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    2         <modelVersion>4.0.0</modelVersion>
    3 
    4         <groupId>eu.clarin.cmdi</groupId>
    5         <artifactId>vlo-vocabularies</artifactId>
    6         <version>3.3-SNAPSHOT</version>
    7         <name>VLO Vocabularies</name>
     2           
     3    <parent>
     4        <groupId>eu.clarin.cmdi</groupId>
     5        <artifactId>vlo</artifactId>
     6        <version>3.3-SNAPSHOT</version>
     7    </parent>
     8   
     9    <modelVersion>4.0.0</modelVersion>
     10    <groupId>eu.clarin.cmdi</groupId>
     11    <artifactId>vlo-vocabularies</artifactId>
     12    <version>3.3-SNAPSHOT</version>
     13    <packaging>jar</packaging>
    814       
     15
    916        <properties>
    1017                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     
    147154       
    148155        <!-- transform csv to xml on every compile and add them to the classpath -->
    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> -->
     156        <build>
     157                <plugins>
     158                        <plugin>
     159                                <groupId>org.codehaus.mojo</groupId>
     160                                <artifactId>exec-maven-plugin</artifactId>
     161                                <version>1.4.0</version>
     162                                <executions>
     163                                        <execution>
     164                                                <id>create-maps</id>
     165                                                <phase>compile</phase>
     166                                                <goals>
     167                                                        <goal>java</goal>
     168                                                </goals>
     169                                                <configuration>
     170                                                        <mainClass>eu.clarin.cmdi.vlo.main.TransformAllMaps</mainClass>
     171                                                        <arguments>
     172                                                                <argument>csv2xml</argument>
     173                                                        </arguments>
     174                                                </configuration>
     175                                        </execution>
     176                                </executions>
     177                        </plugin>
     178                        <plugin>
     179                        <artifactId>maven-resources-plugin</artifactId>
     180                        <version>2.7</version>
     181                        <executions>
     182                                <execution>
     183                                <id>copy-maps</id>
     184                                <phase>compile</phase>
     185                                <goals>
     186                                        <goal>copy-resources</goal>
     187                                </goals>
     188                                <configuration>
     189                                        <outputDirectory>${project.build.outputDirectory}/maps/uniform_maps</outputDirectory>
     190                                        <resources>         
     191                                                <resource>
     192                                                        <directory>${basedir}/maps/uniform_maps</directory>
     193                                                        <filtering>false</filtering>
     194                                                </resource>
     195                                        </resources>             
     196                                </configuration>           
     197                                </execution>
     198                        </executions>
     199              </plugin>
     200                </plugins>
     201        </build>
    195202
    196203        <dependencies>
Note: See TracChangeset for help on using the changeset viewer.