Repository: activemq-6 Updated Branches: refs/heads/master 3059c6f65 -> f6ec72fe0
Apache Rat- Exclude target dirs and intellij files Project: http://git-wip-us.apache.org/repos/asf/activemq-6/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-6/commit/f6811d3c Tree: http://git-wip-us.apache.org/repos/asf/activemq-6/tree/f6811d3c Diff: http://git-wip-us.apache.org/repos/asf/activemq-6/diff/f6811d3c Branch: refs/heads/master Commit: f6811d3c43417cffcdb55ac31849efee30a6de99 Parents: 3059c6f Author: Martyn Taylor <[email protected]> Authored: Wed Jan 7 16:25:58 2015 +0000 Committer: Martyn Taylor <[email protected]> Committed: Wed Jan 7 19:57:49 2015 +0000 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-6/blob/f6811d3c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3014cf4..0b0a35c 100644 --- a/pom.xml +++ b/pom.xml @@ -917,14 +917,14 @@ <exclude>docs/user-manual/target/**/*.log</exclude> <exclude>**/resources/webapps/WebServerComponentTest.txt</exclude> <exclude>integration/activemq-jboss-as-integration/target/checkstyle-cachefile</exclude> - <exclude>integration/activemq-twitter-integration/target/checkstyle-cachefile</exclude> <exclude>integration/activemq-jboss-as-integration/target/**/*.lst</exclude> - <exclude>integration/activemq-twitter-integration/target/**/*.lst</exclude> <exclude>etc/org.eclipse.*</exclude> <exclude>docs/user-manual/en/*.json</exclude> + <exclude>**/target/</exclude> <exclude>**/*.bindings</exclude> <exclude>**/*.lock</exclude> <exclude>**/META-INF/services/*</exclude> + <exclude>**/*.iml</exclude> </excludes> </configuration> <executions>
