Repository: activemq Updated Branches: refs/heads/activemq-5.11.x 729c47315 -> 974d19a9a
Update rat version and plugin config to not check eclipse .settings stuff Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/974d19a9 Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/974d19a9 Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/974d19a9 Branch: refs/heads/activemq-5.11.x Commit: 974d19a9ad83a2f602102d87889cb1835ec15029 Parents: 729c473 Author: Daniel Kulp <[email protected]> Authored: Thu Aug 6 09:22:37 2015 -0400 Committer: Daniel Kulp <[email protected]> Committed: Thu Aug 6 09:22:37 2015 -0400 ---------------------------------------------------------------------- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/974d19a9/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 2b3aed4..ad490f3 100755 --- a/pom.xml +++ b/pom.xml @@ -165,7 +165,7 @@ <cobertura-maven-plugin-version>2.5.2</cobertura-maven-plugin-version> <taglist-maven-plugin-version>2.4</taglist-maven-plugin-version> <build-helper-maven-plugin-version>1.8</build-helper-maven-plugin-version> - <apache-rat-plugin-version>0.9</apache-rat-plugin-version> + <apache-rat-plugin-version>0.11</apache-rat-plugin-version> <ianal-maven-plugin-version>1.0-alpha-1</ianal-maven-plugin-version> <depends-maven-plugin-version>1.2</depends-maven-plugin-version> <maven-dependency-plugin-version>2.8</maven-dependency-plugin-version> @@ -1418,6 +1418,7 @@ <exclude>**/webapp/js/plotkit/**/*</exclude> <!-- Eclipse files --> <exclude>**/.*</exclude> + <exclude>**/.settings/**/*</exclude> <exclude>**/eclipse-classes/**/*</exclude> <exclude>**/target/**/*</exclude> <exclude>**/*.iml</exclude>
