You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by co...@apache.org on 2017/07/19 10:06:38 UTC

syncope git commit: Exclude securityContext.xml from filtering

Repository: syncope
Updated Branches:
  refs/heads/master 5f6720e49 -> 0367ace84


Exclude securityContext.xml from filtering


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

Branch: refs/heads/master
Commit: 0367ace84f05cd5e749bca39dae45bb55703e73f
Parents: 5f6720e
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Wed Jul 19 11:06:26 2017 +0100
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Wed Jul 19 11:06:26 2017 +0100

----------------------------------------------------------------------
 core/spring/pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/0367ace8/core/spring/pom.xml
----------------------------------------------------------------------
diff --git a/core/spring/pom.xml b/core/spring/pom.xml
index d33a01f..2b25538 100644
--- a/core/spring/pom.xml
+++ b/core/spring/pom.xml
@@ -108,6 +108,16 @@ under the License.
       <resource>
         <directory>src/main/resources</directory>
         <filtering>true</filtering>
+        <includes>
+            <include>**/security.properties</include>
+        </includes>
+      </resource>
+      <resource>
+        <directory>src/main/resources</directory>
+        <filtering>false</filtering>
+        <excludes>
+            <exclude>**/security.properties</exclude>
+        </excludes>
       </resource>
     </resources>