Maven (second draft)
This commit is contained in:
parent
e1ff94ccaf
commit
f5b0494e3c
3 changed files with 15 additions and 9 deletions
|
@ -1,9 +0,0 @@
|
||||||
<Context crossContext="true" override="true">
|
|
||||||
<Environment
|
|
||||||
type="java.lang.String"
|
|
||||||
name="solr/home"
|
|
||||||
value="${solr.home.dir}" override="true"/>
|
|
||||||
|
|
||||||
<!-- Disable persist sessions on shut down.-->
|
|
||||||
<Manager pathname="" />
|
|
||||||
</Context>
|
|
|
@ -19,6 +19,8 @@
|
||||||
|
|
||||||
<name>Vitro Solr App</name>
|
<name>Vitro Solr App</name>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.solr</groupId>
|
<groupId>org.apache.solr</groupId>
|
||||||
|
|
|
@ -19,6 +19,19 @@
|
||||||
|
|
||||||
<name>Vitro Web App</name>
|
<name>Vitro Web App</name>
|
||||||
|
|
||||||
|
<build>
|
||||||
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<artifactId>maven-war-plugin</artifactId>
|
||||||
|
<version>2.6</version>
|
||||||
|
<configuration>
|
||||||
|
<packagingExcludes>WEB-INF/lib/*.jar</packagingExcludes>
|
||||||
|
<archiveClasses>false</archiveClasses>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
</plugins>
|
||||||
|
</build>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.vivoweb</groupId>
|
<groupId>org.vivoweb</groupId>
|
||||||
|
|
Loading…
Add table
Reference in a new issue