Changeset 6519


Ignore:
Timestamp:
09/21/15 15:25:56 (9 years ago)
Author:
davor.ostojic@oeaw.ac.at
Message:

new plugin to copy uniform maps to the target/jar

File:
1 edited

Legend:

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

    r6513 r6519  
    156156                                        <execution>
    157157                                                <phase>compile</phase>
     158                                                <goals>
     159                                                        <goal>exec</goal>
     160                                                </goals>
    158161                                                <configuration>
    159162                                                        <mainClass>eu.clarin.cmdi.vlo.main.TransformAllMaps</mainClass>
     
    165168                                </executions>
    166169                        </plugin>
     170                        <plugin>
     171                        <artifactId>maven-resources-plugin</artifactId>
     172                        <version>2.7</version>
     173                        <executions>
     174                                <execution>
     175                                <id>copy-resources</id>
     176                                <phase>compile</phase>
     177                                <goals>
     178                                        <goal>copy-resources</goal>
     179                                </goals>
     180                                <configuration>
     181                                        <outputDirectory>${basedir}/target/maps/uniform_maps</outputDirectory>
     182                                        <resources>         
     183                                                <resource>
     184                                                        <directory>maps/uniform_maps</directory>
     185                                                        <filtering>true</filtering>
     186                                                </resource>
     187                                        </resources>             
     188                                </configuration>           
     189                                </execution>
     190                        </executions>
     191              </plugin>
    167192                </plugins>
    168193        </build>
Note: See TracChangeset for help on using the changeset viewer.