Skip to content

Commit

Permalink
[DS-1805] Maven filtering broken for SOLR artifact.
Browse files Browse the repository at this point in the history
Enable filtering of dspace-solr's web.xml.
  • Loading branch information
rivaldi8 committed Mar 27, 2014
1 parent 12738a4 commit 9024ff7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions dspace-solr/pom.xml
Expand Up @@ -39,6 +39,10 @@
</properties>

<build>
<filters>
<!-- Filter using the properties file defined by dspace-parent POM -->
<filter>${filters.file}</filter>
</filters>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -60,6 +64,15 @@
</excludes>
</overlay>
</overlays>
<webResources>
<resource>
<filtering>true</filtering>
<directory>${basedir}/src/main/webapp</directory>
<includes>
<include>WEB-INF/web.xml</include>
</includes>
</resource>
</webResources>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 9024ff7

Please sign in to comment.