You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juneau.apache.org by ja...@apache.org on 2017/04/22 13:26:28 UTC

incubator-juneau git commit: Add RAT console output.

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 <ja...@apache.org>
Authored: Sat Apr 22 09:26:26 2017 -0400
Committer: JamesBognar <ja...@apache.org>
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>