Repository: syncope Updated Branches: refs/heads/2_0_X 0c7908880 -> 70e3dbed0
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/70e3dbed Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/70e3dbed Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/70e3dbed Branch: refs/heads/2_0_X Commit: 70e3dbed04c1360a25af7d5a4781bd8cc19151f8 Parents: 0c79088 Author: Colm O hEigeartaigh <[email protected]> Authored: Wed Jul 19 11:06:26 2017 +0100 Committer: Colm O hEigeartaigh <[email protected]> Committed: Wed Jul 19 11:06:49 2017 +0100 ---------------------------------------------------------------------- core/spring/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/70e3dbed/core/spring/pom.xml ---------------------------------------------------------------------- diff --git a/core/spring/pom.xml b/core/spring/pom.xml index 5eacbd8..5348021 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>
