Repository: incubator-juneau Updated Branches: refs/heads/master 0c578379f -> 2ebf5ca86
Comment out useEclipseDefaultExcludes. Doesn't work as expected. Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau/commit/2ebf5ca8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau/tree/2ebf5ca8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau/diff/2ebf5ca8 Branch: refs/heads/master Commit: 2ebf5ca86b2b77b47e314d956caa72dda92ddf4b Parents: 0c57837 Author: JamesBognar <[email protected]> Authored: Sat Apr 22 09:50:39 2017 -0400 Committer: JamesBognar <[email protected]> Committed: Sat Apr 22 09:50:39 2017 -0400 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/2ebf5ca8/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 7ff0468..76de504 100644 --- a/pom.xml +++ b/pom.xml @@ -144,7 +144,7 @@ <exclude>**/target/**</exclude> </excludes> <consoleOutput>true</consoleOutput> - <useEclipseDefaultExcludes>true</useEclipseDefaultExcludes> + <!-- Note: useEclipseDefaultExcludes does not work for subprojects. See RAT-107 --> </configuration> <executions> <execution>
