Repository: incubator-juneau Updated Branches: refs/heads/master 9140de110 -> 97930904a
Remove class-use docs. They're full of validation errors. Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau/commit/97930904 Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau/tree/97930904 Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau/diff/97930904 Branch: refs/heads/master Commit: 97930904acfdde8b145bfd110716bb8beb3bd6e8 Parents: 9140de1 Author: JamesBognar <[email protected]> Authored: Sun Feb 5 15:36:37 2017 -0500 Committer: JamesBognar <[email protected]> Committed: Sun Feb 5 15:36:37 2017 -0500 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/97930904/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 191c600..4da6f48 100644 --- a/pom.xml +++ b/pom.xml @@ -161,7 +161,7 @@ <bootclasspath>${sun.boot.class.path}</bootclasspath> <overview>${basedir}/juneau-core/src/main/javadoc/overview.html</overview> <stylesheetfile>${basedir}/juneau-core/src/main/javadoc/javadoc.css</stylesheetfile> - <use>true</use> + <use>false</use> <additionalparam>-sourcetab 3 -notimestamp -Xdoclint:none</additionalparam> <verbose>false</verbose> <excludePackageNames>*proto*:*samples*:*examples*:*test*</excludePackageNames>
