소스 검색

HDDS-89. Addendum Patch. Create ozone specific inline documentation as part of the build
Contributed by Elek, Marton.

Anu Engineer 7 년 전
부모
커밋
523f602f81
1개의 변경된 파일5개의 추가작업 그리고 7개의 파일을 삭제
  1. 5 7
      hadoop-dist/pom.xml

+ 5 - 7
hadoop-dist/pom.xml

@@ -68,13 +68,6 @@
       <artifactId>hadoop-client-integration-tests</artifactId>
       <scope>provided</scope>
     </dependency>
-    <dependency>
-      <groupId>org.apache.hadoop</groupId>
-      <artifactId>hadoop-ozone-docs</artifactId>
-      <scope>provided</scope>
-    </dependency>
-
-
 
   </dependencies>
 
@@ -267,6 +260,11 @@
           <artifactId>hadoop-ozone-tools</artifactId>
           <scope>provided</scope>
         </dependency>
+        <dependency>
+          <groupId>org.apache.hadoop</groupId>
+          <artifactId>hadoop-ozone-docs</artifactId>
+          <scope>provided</scope>
+        </dependency>
       </dependencies>
       <build>
         <plugins>