瀏覽代碼

HDDS-496. Ozone tools module is incorrectly classified as 'hdds' component. Contributed by Dinesh Chitlangia.

(cherry picked from commit 5c2ae7e493892b6157f73e82ca89c39926623bb1)
Bharat Viswanadham 6 年之前
父節點
當前提交
05c4ff5384
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      hadoop-ozone/tools/pom.xml

+ 1 - 1
hadoop-ozone/tools/pom.xml

@@ -29,7 +29,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <packaging>jar</packaging>
 
   <properties>
-    <hadoop.component>hdds</hadoop.component>
+    <hadoop.component>ozone</hadoop.component>
     <is.hadoop.component>true</is.hadoop.component>
   </properties>