Updated Branches: refs/heads/trunk 335029f65 -> bc6503b86
AMBARI-3475. mvn rpm package is replacing any string resembling environment variable. Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/bc6503b8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/bc6503b8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/bc6503b8 Branch: refs/heads/trunk Commit: bc6503b862fb364aa4b580cd75c9ae5b59ea0201 Parents: 335029f Author: Oleksandr Diachenko <[email protected]> Authored: Mon Oct 7 23:32:58 2013 +0300 Committer: Oleksandr Diachenko <[email protected]> Committed: Mon Oct 7 23:32:58 2013 +0300 ---------------------------------------------------------------------- ambari-server/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/bc6503b8/ambari-server/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-server/pom.xml b/ambari-server/pom.xml index 00bf0c0..a409324 100644 --- a/ambari-server/pom.xml +++ b/ambari-server/pom.xml @@ -531,6 +531,16 @@ <resource> <directory>src/main/resources</directory> <filtering>true</filtering> + <excludes> + <exclude>stacks/**</exclude> + </excludes> + </resource> + <resource> + <directory>src/main/resources</directory> + <filtering>false</filtering> + <includes> + <include>stacks/**</include> + </includes> </resource> </resources> </build>
