ISIS-928: updating rat tool for simpleapp, ignore .po and .pot translation files.
Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/a587ecda Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/a587ecda Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/a587ecda Branch: refs/heads/master Commit: a587ecda1d31d303fd5b4f8764a59257c1e527fc Parents: 1d1e7d0 Author: Dan Haywood <[email protected]> Authored: Fri Feb 20 20:18:32 2015 +0000 Committer: Dan Haywood <[email protected]> Committed: Fri Feb 20 20:18:32 2015 +0000 ---------------------------------------------------------------------- example/application/simpleapp/pom.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/isis/blob/a587ecda/example/application/simpleapp/pom.xml ---------------------------------------------------------------------- diff --git a/example/application/simpleapp/pom.xml b/example/application/simpleapp/pom.xml index d66a5e9..4e3d5f5 100644 --- a/example/application/simpleapp/pom.xml +++ b/example/application/simpleapp/pom.xml @@ -226,6 +226,9 @@ <exclude>**/*.json</exclude> <exclude>**/*.min.js</exclude> <exclude>**/*.js</exclude> + + <exclude>**/translations.pot</exclude> + <exclude>**/translations*.po</exclude> </excludes> <licenses> <license implementation="org.apache.rat.analysis.license.SimplePatternBasedLicense">
