Repository: bahir Updated Branches: refs/heads/master 942b43dc4 -> 50ecf2058
[MINOR] Add build temp files to rat exclude list Project: http://git-wip-us.apache.org/repos/asf/bahir/repo Commit: http://git-wip-us.apache.org/repos/asf/bahir/commit/50ecf205 Tree: http://git-wip-us.apache.org/repos/asf/bahir/tree/50ecf205 Diff: http://git-wip-us.apache.org/repos/asf/bahir/diff/50ecf205 Branch: refs/heads/master Commit: 50ecf2058863e8f5d33bb288d3e59c40c1410558 Parents: 942b43d Author: Luciano Resende <[email protected]> Authored: Thu Nov 17 11:24:29 2016 +0100 Committer: Luciano Resende <[email protected]> Committed: Thu Nov 17 11:24:29 2016 +0100 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bahir/blob/50ecf205/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 65e6462..070c011 100644 --- a/pom.xml +++ b/pom.xml @@ -449,6 +449,7 @@ <exclude>**/target/**</exclude> <exclude>**/README.md</exclude> <exclude>**/examples/data/*.txt</exclude> + <exclude>**/*.iml</exclude> </excludes> </configuration> </plugin>
