Ignore:
Timestamp:
02/12/13 13:47:59 (11 years ago)
Author:
keeloo
Message:

created branch for parameterized vlo

Location:
vlo/branches/vlo-2.13-param
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • vlo/branches/vlo-2.13-param/vlo_solr/pom.xml

    r2062 r2570  
    4545  <properties>
    4646    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    47     <vlo.solr.home>[[PACKAGEDIR]]</vlo.solr.home>
    48       <vlo.solr.conf>config/solr</vlo.solr.conf>
     47      <vlo.solr.home>${project.build.directory}</vlo.solr.home>
     48      <vlo.solr.conf>${project.build.finalName}-vlo_solr_conf/solr</vlo.solr.conf>
    4949<!--    <vlo.solr.home>/lat/tools/vlo_solr</vlo.solr.home>-->
    5050    <vlo.war.name>war/solr/</vlo.war.name>
     
    7777        </executions>
    7878      </plugin>
     79     
     80            <plugin>
     81                <groupId>org.apache.maven.plugins</groupId>
     82                <artifactId>maven-war-plugin</artifactId>
     83                <configuration>
     84                    <!--<warName>${project.artifactId}</warName>-->
     85                    <webResources>
     86                        <resource>
     87                            <directory>src/main/webapp</directory>
     88                            <filtering>true</filtering>
     89                        </resource>
     90                    </webResources>
     91                    <archive>
     92                        <manifest>
     93                            <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
     94                        </manifest>
     95                    </archive>
     96                </configuration>
     97            </plugin>
     98     
    7999    </plugins>
    80100  </build>
Note: See TracChangeset for help on using the changeset viewer.