Updated rat plugin version.
Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/84a30abf Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/84a30abf Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/84a30abf Branch: refs/heads/master Commit: 84a30abf2fcdde5c2ecbc9a097306a779c6d413d Parents: 0661f7f Author: Aaron McCurry <[email protected]> Authored: Sat Jun 8 17:34:11 2013 -0400 Committer: Aaron McCurry <[email protected]> Committed: Sat Jun 8 17:34:11 2013 -0400 ---------------------------------------------------------------------- pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/84a30abf/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 46a90f5..67961ce 100644 --- a/pom.xml +++ b/pom.xml @@ -85,12 +85,13 @@ under the License. <plugin> <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId> + <version>0.9</version> <configuration> <excludes> - <exclude>**/generated/**</exclude> + <!--exclude>**/generated/**</exclude> <exclude>**/*min.js</exclude> <exclude>**/input-data/*.txt</exclude> - <exclude>**/testsuite/words.txt</exclude> + <exclude>**/testsuite/words.txt</exclude--> <exclude>**/README.textile</exclude> </excludes> </configuration>
