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 <[email protected]> Authored: Wed Jul 19 11:06:26 2017 +0100 Committer: Colm O hEigeartaigh <[email protected]> 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>
