Repository: incubator-juneau Updated Branches: refs/heads/master b2ddf9786 -> 7e9a64931
JUNEAU-47 Fix RAT check failure with logs generated during build Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau/commit/7e9a6493 Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau/tree/7e9a6493 Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau/diff/7e9a6493 Branch: refs/heads/master Commit: 7e9a649312f40c515e489e5825cb39e3aabc802f Parents: b2ddf97 Author: JamesBognar <[email protected]> Authored: Fri Apr 21 16:08:42 2017 -0400 Committer: JamesBognar <[email protected]> Committed: Fri Apr 21 16:08:42 2017 -0400 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/7e9a6493/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1da18d9..9574096 100644 --- a/pom.xml +++ b/pom.xml @@ -143,6 +143,7 @@ <excludes> <exclude>**/*.classpath</exclude> <exclude>**/target/**</exclude> + <exclude>**/*.log*</exclude> <consoleOutput>true</consoleOutput> </excludes> </configuration>
