Changeset 6796


Ignore:
Timestamp:
11/11/15 10:07:36 (9 years ago)
Author:
davor.ostojic@oeaw.ac.at
Message:

orig pom from trunk

File:
1 edited

Legend:

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

    r6795 r6796  
    1313    <name>VLO Commons</name>
    1414    <url>http://maven.apache.org</url>
    15 
    1615    <properties>
    1716        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    18 
    19                 <!-- default config values -->
     17       
     18        <!-- default config values -->
    2019        <vloconfig.deleteAllFirst>true</vloconfig.deleteAllFirst>
    2120        <vloconfig.maxDaysInSolr>0</vloconfig.maxDaysInSolr>
    2221        <vloconfig.homeUrl>http://www.clarin.eu/vlo</vloconfig.homeUrl>
    2322        <vloconfig.helpUrl>http://www.clarin.eu/vlo</vloconfig.helpUrl>
    24                
    25         <xml.path>src/main/resources</xml.path>
    26         <xslt.path>${xml.path}/xslt</xslt.path>
    27         <dest.path>${xml.path}/uniform_maps</dest.path> 
    2823    </properties>
    2924   
    30 
    31          <!-- Build profiles prepare VloConfig.xml for different deployment enviroments -->
     25    <build>
     26        <resources>
     27            <resource>
     28                <directory>src/main/resources</directory>
     29                <filtering>true</filtering>
     30            </resource>
     31        </resources>
     32        <testResources>
     33            <testResource>
     34                <directory>src/test/resources</directory>
     35                <filtering>true</filtering>
     36            </testResource>
     37        </testResources>
     38    </build>
     39   
     40    <!-- Build profiles prepare VloConfig.xml for different deployment enviroments -->
    3241    <profiles>
    3342        <profile>
     
    7584            </properties>
    7685        </profile>
    77        
    78         <profile>
    79             <!--  Hephaistos - dev server -->
    80             <id>hephaistos</id>
    81             <properties>
    82                 <vloconfig.solrUrl>http://localhost:9080/vlo-solr/core0/</vloconfig.solrUrl>
    83                 <vloconfig.homeUrl>http://hephaistos.arz.oeaw.ac.at/vlo</vloconfig.homeUrl>
    84                 <vloconfig.dataRootsFile>dataroots-hephaistos.xml</vloconfig.dataRootsFile>
    85             </properties>
    86         </profile>
    87        
    88         <profile>
    89             <!--  Minerva - beta server -->
    90             <id>minerva</id>
    91             <properties>
    92                 <vloconfig.solrUrl>http://localhost:9080/vlo-solr/core0/</vloconfig.solrUrl>
    93                 <vloconfig.homeUrl>http://minerva.arz.oeaw.ac.at/vlo</vloconfig.homeUrl>
    94                 <vloconfig.dataRootsFile>dataroots-minerva.xml</vloconfig.dataRootsFile>
    95             </properties>
    96         </profile>
    97        
    9886    </profiles>
    99        
    100 
    101         <dependencies>
     87   
     88    <dependencies>
    10289        <dependency>
    10390            <groupId>javax.servlet</groupId>
     
    11299            <scope>test</scope>
    113100        </dependency>
    114        
    115101        <dependency>
    116102            <groupId>xmlunit</groupId>
Note: See TracChangeset for help on using the changeset viewer.