Repository: maven-indexer Updated Branches: refs/heads/maven-indexer-5.x 7a0e7ad3d -> c19388828
Add Idea iml files to rat exclude Project: http://git-wip-us.apache.org/repos/asf/maven-indexer/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-indexer/commit/0f172450 Tree: http://git-wip-us.apache.org/repos/asf/maven-indexer/tree/0f172450 Diff: http://git-wip-us.apache.org/repos/asf/maven-indexer/diff/0f172450 Branch: refs/heads/maven-indexer-5.x Commit: 0f1724507b9035d0dd855d2a4f8e2f75c01db277 Parents: 7a0e7ad Author: Tamas Cservenak <[email protected]> Authored: Sat Oct 31 01:05:08 2015 +0100 Committer: Tamas Cservenak <[email protected]> Committed: Sat Oct 31 01:05:08 2015 +0100 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-indexer/blob/0f172450/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 5e91b56..cbeeecc 100644 --- a/pom.xml +++ b/pom.xml @@ -253,6 +253,7 @@ under the License. <exclude>NOTICE</exclude> <exclude>.git/**</exclude> <exclude>.idea/**</exclude> + <exclude>**/*.iml</exclude> <!-- exlude some test resources from rat analysis --> <exclude>src/test/**/*.sha1</exclude> <exclude>src/test/**/*.md5</exclude>
