Changeset 6527


Ignore:
Timestamp:
09/22/15 08:08:18 (9 years ago)
Author:
davor.ostojic@oeaw.ac.at
Message:

vlo-vocabularies integration

File:
1 edited

Legend:

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

    r6526 r6527  
    148148        <!-- transform csv to xml on every compile -->
    149149        <build>
     150                <resources>
     151                        <resource>
     152                                <filtering>true</filtering>
     153                                <directory>maps/uniform_maps/</directory>
     154                        </resource>
     155                </resources>
     156               
    150157                <plugins>
    151158                        <plugin>
     
    170177                                </executions>
    171178                        </plugin>
    172                         <plugin>
    173                         <artifactId>maven-resources-plugin</artifactId>
    174                         <version>2.7</version>
    175                         <executions>
    176                                 <execution>
    177                                 <id>copy-maps</id>
    178                                 <phase>compile</phase>
    179                                 <goals>
    180                                         <goal>copy-resources</goal>
    181                                 </goals>
    182                                 <configuration>
    183                                         <outputDirectory>${basedir}/target/maps/uniform_maps</outputDirectory>
    184                                         <resources>         
    185                                                 <resource>
    186                                                         <directory>maps/uniform_maps</directory>
    187                                                         <filtering>true</filtering>
    188                                                 </resource>
    189                                         </resources>             
    190                                 </configuration>           
    191                                 </execution>
    192                         </executions>
    193               </plugin>
     179<!--                    <plugin> -->
     180<!--                    <artifactId>maven-resources-plugin</artifactId> -->
     181<!--                    <version>2.7</version> -->
     182<!--                    <executions> -->
     183<!--                            <execution> -->
     184<!--                            <id>copy-maps</id> -->
     185<!--                            <phase>compile</phase> -->
     186<!--                            <goals> -->
     187<!--                                    <goal>copy-resources</goal> -->
     188<!--                            </goals> -->
     189<!--                            <configuration> -->
     190<!--                                    <outputDirectory>${basedir}/target/maps/uniform_maps</outputDirectory> -->
     191<!--                                    <resources>           -->
     192<!--                                            <resource> -->
     193<!--                                                    <directory>maps/uniform_maps</directory> -->
     194<!--                                                    <filtering>true</filtering> -->
     195<!--                                            </resource> -->
     196<!--                                    </resources>               -->
     197<!--                            </configuration>             -->
     198<!--                            </execution> -->
     199<!--                    </executions> -->
     200<!--          </plugin> -->
    194201                </plugins>
    195202        </build>
Note: See TracChangeset for help on using the changeset viewer.