Changeset 6740


Ignore:
Timestamp:
11/04/15 13:27:50 (9 years ago)
Author:
davor.ostojic@oeaw.ac.at
Message:
 
File:
1 edited

Legend:

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

    r6643 r6740  
    6969        </repository>
    7070    </repositories>
    71    
    72    
    73         <!-- transform csv to xml on every compile and copy them to the importer test resources -->
    74         <build>
    75                 <resources>
    76                 <resource>
    77                     <directory>maps</directory>
    78                 </resource>
    79             </resources>
    80                 <plugins>
    81                         <plugin>
    82                         <artifactId>maven-resources-plugin</artifactId>
    83                         <version>2.7</version>
    84                         <executions>
    85                                 <execution>
    86                                 <id>copy-maps</id>
    87                                 <phase>compile</phase>
    88                                 <goals>
    89                                         <goal>copy-resources</goal>
    90                                 </goals>
    91                                 <configuration>
    92                                         <outputDirectory>${basedir}/vlo-importer/target/test-classes</outputDirectory>
    93                                         <resources>         
    94                                                 <resource>
    95                                                         <directory>${basedir}/vlo-vocabularies/maps/uniform_maps</directory>
    96                                                 </resource>
    97                                         </resources>             
    98                                 </configuration>           
    99                                 </execution>
    100                         </executions>
    101               </plugin>
    102                 </plugins>
    103         </build>
    104        
     71       
    10572</project>
Note: See TracChangeset for help on using the changeset viewer.