Repository: hadoop
Updated Branches:
  refs/heads/HADOOP-15407 8873d29d3 -> b4c23043d (forced update)


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


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/985f3bf3
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/985f3bf3
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/985f3bf3

Branch: refs/heads/HADOOP-15407
Commit: 985f3bf3fb2e9ba6cccf0420cd91cb4b9394d750
Parents: b95aa56
Author: Márton Elek <e...@apache.org>
Authored: Sat Sep 15 13:16:59 2018 +0200
Committer: Márton Elek <e...@apache.org>
Committed: Sat Sep 15 13:21:32 2018 +0200

----------------------------------------------------------------------
 hadoop-ozone/acceptance-test/pom.xml  | 6 ++++++
 hadoop-ozone/integration-test/pom.xml | 5 +++++
 2 files changed, 11 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/985f3bf3/hadoop-ozone/acceptance-test/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-ozone/acceptance-test/pom.xml 
b/hadoop-ozone/acceptance-test/pom.xml
index fc11c07..a60d4b0 100644
--- a/hadoop-ozone/acceptance-test/pom.xml
+++ b/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>

http://git-wip-us.apache.org/repos/asf/hadoop/blob/985f3bf3/hadoop-ozone/integration-test/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-ozone/integration-test/pom.xml 
b/hadoop-ozone/integration-test/pom.xml
index d7a3bc0..993e91f 100644
--- a/hadoop-ozone/integration-test/pom.xml
+++ b/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>


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to