Repository: incubator-juneau Updated Branches: refs/heads/master 2dfa602d5 -> 08f0428b0
JUNEAU-44 - Simplify the configuration for apache-rat-plugin Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau/commit/08f0428b Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau/tree/08f0428b Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau/diff/08f0428b Branch: refs/heads/master Commit: 08f0428b05086b6d6ba445069f741092a22b38ba Parents: 2dfa602 Author: JamesBognar <[email protected]> Authored: Fri Apr 14 09:24:14 2017 -0400 Committer: JamesBognar <[email protected]> Committed: Fri Apr 14 09:24:14 2017 -0400 ---------------------------------------------------------------------- pom.xml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/08f0428b/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 262deaa..ae59501 100644 --- a/pom.xml +++ b/pom.xml @@ -135,16 +135,14 @@ <plugin> <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId> + <!-- + ! Can be removed if updated to asf parent version 19. + --> + <version>0.12</version> <configuration> <excludes> - <exclude>**/*.log</exclude> - <exclude>**/.idea</exclude> - <exclude>**/*.iml</exclude> <exclude>**/*.classpath</exclude> - <exclude>**/*.settings</exclude> - <exclude>**/*.log.*</exclude> <exclude>**/target/**</exclude> - <exclude>DEPENDENCIES</exclude> <consoleOutput>true</consoleOutput> </excludes> </configuration>
