Browse Source

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

Márton Elek 6 years ago
parent
commit
985f3bf3fb
2 changed files with 11 additions and 0 deletions
  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>