You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by el...@apache.org on 2018/09/15 11:30:29 UTC

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

Repository: hadoop
Updated Branches:
  refs/heads/ozone-0.2 53a426d8d -> 419ba3aeb


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/419ba3ae
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/419ba3ae
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/419ba3ae

Branch: refs/heads/ozone-0.2
Commit: 419ba3aeb225a75da5b9b38500bc2a76c5af5e98
Parents: 53a426d
Author: Márton Elek <el...@apache.org>
Authored: Sat Sep 15 13:16:59 2018 +0200
Committer: Márton Elek <el...@apache.org>
Committed: Sat Sep 15 13:16:59 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/419ba3ae/hadoop-ozone/acceptance-test/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-ozone/acceptance-test/pom.xml b/hadoop-ozone/acceptance-test/pom.xml
index 59d34ef..4978b1c 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/419ba3ae/hadoop-ozone/integration-test/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-ozone/integration-test/pom.xml b/hadoop-ozone/integration-test/pom.xml
index c8a932c..bcb5980 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-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org