Repository: hadoop Updated Branches: refs/heads/trunk 730cb0cff -> dcc07ad8c
HADOOP-13784. Output javadoc inside the target directory. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/dcc07ad8 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/dcc07ad8 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/dcc07ad8 Branch: refs/heads/trunk Commit: dcc07ad8c8abf9feea569283b4a4a096d893168a Parents: 730cb0c Author: Andrew Wang <[email protected]> Authored: Wed Nov 2 18:34:33 2016 -0700 Committer: Andrew Wang <[email protected]> Committed: Wed Nov 2 18:34:33 2016 -0700 ---------------------------------------------------------------------- hadoop-project-dist/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/dcc07ad8/hadoop-project-dist/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-project-dist/pom.xml b/hadoop-project-dist/pom.xml index 4423d94..7908d1a 100644 --- a/hadoop-project-dist/pom.xml +++ b/hadoop-project-dist/pom.xml @@ -106,7 +106,7 @@ <source>${maven.compile.source}</source> <charset>${maven.compile.encoding}</charset> <reportOutputDirectory>${project.build.directory}/site</reportOutputDirectory> - <destDir>api</destDir> + <destDir>${project.build.directory}/api</destDir> <groups> <group> <title>${project.name} API</title> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
