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/16e236bd Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/16e236bd Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/16e236bd Branch: refs/heads/branch-1.4.1 Commit: 16e236bd15563c3c509f711b3245624244403e49 Parents: 6b0a461 Author: Oleksandr Diachenko <[email protected]> Authored: Mon Oct 7 23:32:58 2013 +0300 Committer: Sumit Mohanty <[email protected]> Committed: Tue Oct 8 17:57:22 2013 -0700 ---------------------------------------------------------------------- ambari-server/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/16e236bd/ambari-server/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-server/pom.xml b/ambari-server/pom.xml index 00550c3..e363f8d 100644 --- a/ambari-server/pom.xml +++ b/ambari-server/pom.xml @@ -505,6 +505,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>
