Changeset 6765


Ignore:
Timestamp:
11/09/15 15:04:54 (9 years ago)
Author:
davor.ostojic@oeaw.ac.at
Message:

maps/uniform maps to class path

File:
1 edited

Legend:

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

    r6717 r6765  
    33    <groupId>eu.clarin.cmdi</groupId>
    44    <artifactId>vlo-vocabularies</artifactId>
    5     <version>3.3-SNAPSHOT</version>
     5    <version>3.4-SNAPSHOT</version>
    66    <packaging>jar</packaging>
     7   
     8    <parent>
     9        <groupId>eu.clarin.cmdi</groupId>
     10        <artifactId>vlo</artifactId>
     11        <version>3.4-SNAPSHOT</version>
     12    </parent>
    713       
    814
     
    146152                </dependency>
    147153        </dependencies>
     154       
     155        <!-- add uniform maps to class path -->
     156        <build>
     157                <resources>
     158                        <resource>
     159                                <directory>maps/uniform_maps</directory>
     160                        </resource>
     161                </resources>
     162        </build>
    148163</project>
Note: See TracChangeset for help on using the changeset viewer.