Repository: incubator-juneau Updated Branches: refs/heads/master 34ff3c15a -> 724a7b256
Clean up javadocs. Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau/commit/724a7b25 Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau/tree/724a7b25 Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau/diff/724a7b25 Branch: refs/heads/master Commit: 724a7b25651c3d6865f58182007c4cdafc49cbcf Parents: 34ff3c1 Author: JamesBognar <[email protected]> Authored: Sun Feb 5 13:55:09 2017 -0500 Committer: JamesBognar <[email protected]> Committed: Sun Feb 5 13:55:09 2017 -0500 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/724a7b25/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index bd6bd12..191c600 100644 --- a/pom.xml +++ b/pom.xml @@ -164,7 +164,7 @@ <use>true</use> <additionalparam>-sourcetab 3 -notimestamp -Xdoclint:none</additionalparam> <verbose>false</verbose> - <excludePackageNames>*proto*:*samples*:*test*</excludePackageNames> + <excludePackageNames>*proto*:*samples*:*examples*:*test*</excludePackageNames> <linksource>true</linksource> <links> <link>http://docs.oracle.com/javase/7/docs/api/</link>
