HDDS-89. Addendum Patch. Create ozone specific inline documentation as part of the build

Contributed by Elek, Marton.
This commit is contained in:
Anu Engineer 2018-05-22 13:20:42 -07:00
parent 60821fb20e
commit 523f602f81
1 changed files with 5 additions and 7 deletions

View File

@ -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>