Repository: incubator-juneau Updated Branches: refs/heads/master fe32f51e2 -> 0c578379f
Add RAT console output. Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau/commit/0c578379 Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau/tree/0c578379 Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau/diff/0c578379 Branch: refs/heads/master Commit: 0c578379f653dd8941a41f74377e98a6e0212fea Parents: fe32f51 Author: JamesBognar <[email protected]> Authored: Sat Apr 22 09:26:26 2017 -0400 Committer: JamesBognar <[email protected]> Committed: Sat Apr 22 09:26:26 2017 -0400 ---------------------------------------------------------------------- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/0c578379/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 631c8bb..7ff0468 100644 --- a/pom.xml +++ b/pom.xml @@ -142,8 +142,9 @@ <configuration> <excludes> <exclude>**/target/**</exclude> - <consoleOutput>true</consoleOutput> </excludes> + <consoleOutput>true</consoleOutput> + <useEclipseDefaultExcludes>true</useEclipseDefaultExcludes> </configuration> <executions> <execution>
