Repository: beam Updated Branches: refs/heads/master 487019961 -> eecbcc48b
[BEAM-1285] Apache rat plugin will print out files with unapproved licenses to console Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/fa3203d7 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/fa3203d7 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/fa3203d7 Branch: refs/heads/master Commit: fa3203d735db3f53a82e1b4784fb255bae89c154 Parents: 4870199 Author: Luke Cwik <[email protected]> Authored: Thu Jan 19 14:07:46 2017 -0800 Committer: Davor Bonaci <[email protected]> Committed: Fri Jan 20 10:22:50 2017 -0800 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam/blob/fa3203d7/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3e4f5e9..a96275c 100644 --- a/pom.xml +++ b/pom.xml @@ -953,6 +953,7 @@ <configuration> <reportFile>${project.build.directory}/${project.build.finalName}.rat</reportFile> <excludeSubProjects>false</excludeSubProjects> + <consoleOutput>true</consoleOutput> <useDefaultExcludes>true</useDefaultExcludes> <excludes> <!-- Keep exclude sync with .gitignore -->
