You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2016/04/21 11:56:29 UTC

[2/7] syncope git commit: Filtering web.xml (for reporting Syncope version)

Filtering web.xml (for reporting Syncope version)


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/1c5251f8
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/1c5251f8
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/1c5251f8

Branch: refs/heads/master
Commit: 1c5251f809d4e2138666ceade389eb5a5dc8b54a
Parents: 146df3a
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Thu Apr 21 08:46:29 2016 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Thu Apr 21 08:46:29 2016 +0200

----------------------------------------------------------------------
 pom.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/1c5251f8/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 11dda8d..e50f0bd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1407,6 +1407,18 @@ under the License.
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-war-plugin</artifactId>
           <version>2.6</version>
+          <configuration>
+            <webResources>
+              <resource>
+                <directory>${basedir}/src/main/webapp/WEB-INF</directory>
+                <filtering>true</filtering>
+                <targetPath>WEB-INF</targetPath>
+                <includes>
+                  <include>web.xml</include>
+                </includes>
+              </resource>
+            </webResources>
+          </configuration>
         </plugin>
         
         <plugin>