소스 검색

HDDS-409. Ozone acceptance-test and integration-test packages have undefined hadoop component. Contributed by Dinesh Chitlangia.

Márton Elek 6 년 전
부모
커밋
985f3bf3fb
2개의 변경된 파일11개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      hadoop-ozone/acceptance-test/pom.xml
  2. 5 0
      hadoop-ozone/integration-test/pom.xml

+ 6 - 0
hadoop-ozone/acceptance-test/pom.xml

@@ -27,6 +27,12 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <description>Apache Hadoop Ozone Acceptance Tests</description>
   <name>Apache Hadoop Ozone Acceptance Tests</name>
   <packaging>pom</packaging>
+
+  <properties>
+    <hadoop.component>ozone</hadoop.component>
+    <is.hadoop.component>true</is.hadoop.component>
+  </properties>
+
   <profiles>
     <profile>
       <id>ozone-acceptance-test</id>

+ 5 - 0
hadoop-ozone/integration-test/pom.xml

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