瀏覽代碼

HADOOP-13784. Output javadoc inside the target directory.

Andrew Wang 8 年之前
父節點
當前提交
dcc07ad8c8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      hadoop-project-dist/pom.xml

+ 1 - 1
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>