Browse Source

HDDS-495. Ozone docs and ozonefs packages have undefined hadoop component. Contributed by Dinesh Chitlangia.

(cherry picked from commit 589637276105b0f9b9d5b7f6207f6ad0892f0b28)
Bharat Viswanadham 6 years ago
parent
commit
6f7943c68e
2 changed files with 7 additions and 0 deletions
  1. 5 0
      hadoop-ozone/docs/pom.xml
  2. 2 0
      hadoop-ozone/ozonefs/pom.xml

+ 5 - 0
hadoop-ozone/docs/pom.xml

@@ -28,6 +28,11 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <name>Apache Hadoop Ozone Documentation</name>
   <packaging>jar</packaging>
 
+  <properties>
+    <hadoop.component>ozone</hadoop.component>
+    <is.hadoop.component>true</is.hadoop.component>
+  </properties>
+
   <dependencies>
 
   </dependencies>

+ 2 - 0
hadoop-ozone/ozonefs/pom.xml

@@ -28,6 +28,8 @@
   <properties>
     <file.encoding>UTF-8</file.encoding>
     <downloadSources>true</downloadSources>
+    <hadoop.component>ozone</hadoop.component>
+    <is.hadoop.component>true</is.hadoop.component>
   </properties>
 
   <build>