Browse Source

HADOOP-13784. Output javadoc inside the target directory.

Andrew Wang 8 năm trước cách đây
mục cha
commit
dcc07ad8c8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>