Repository: incubator-juneau Updated Branches: refs/heads/master 0ea0f38ae -> fc1e3fcfc
Fix Javadoc generation to reflect new module structure. Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau/commit/fc1e3fcf Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau/tree/fc1e3fcf Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau/diff/fc1e3fcf Branch: refs/heads/master Commit: fc1e3fcfc1104ddd7b01494bb371b9e95e5b4760 Parents: 0ea0f38 Author: JamesBognar <[email protected]> Authored: Sun Sep 3 10:38:13 2017 -0400 Committer: JamesBognar <[email protected]> Committed: Sun Sep 3 10:38:13 2017 -0400 ---------------------------------------------------------------------- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/fc1e3fcf/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 58ace9b..98e2733 100644 --- a/pom.xml +++ b/pom.xml @@ -171,8 +171,8 @@ <linksource>true</linksource> <source>1.6</source> <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> + <overview>${basedir}/juneau-core/juneau-marshall/src/main/javadoc/overview.html</overview> + <stylesheetfile>${basedir}/juneau-core/juneau-marshall/src/main/javadoc/javadoc.css</stylesheetfile> <use>false</use> <additionalparam>-sourcetab 3 -notimestamp -Xdoclint:none</additionalparam> <verbose>false</verbose> @@ -183,7 +183,7 @@ <link>http://docs.oracle.com/javaee/5/api/</link> </links> <docfilessubdirs>true</docfilessubdirs> - <javadocDirectory>${basedir}/juneau-core/src/main/javadoc</javadocDirectory> + <javadocDirectory>${basedir}/juneau-core/juneau-marshall/src/main/javadoc</javadocDirectory> </configuration> <executions> <execution>
