Repository: hadoop Updated Branches: refs/heads/ozone-0.2 6d464761d -> 6f7943c68
HDDS-495. Ozone docs and ozonefs packages have undefined hadoop component. Contributed by Dinesh Chitlangia. (cherry picked from commit 589637276105b0f9b9d5b7f6207f6ad0892f0b28) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/6f7943c6 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/6f7943c6 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/6f7943c6 Branch: refs/heads/ozone-0.2 Commit: 6f7943c68e78a4d7a7d10d64d5e295b23dd00bca Parents: 6d46476 Author: Bharat Viswanadham <[email protected]> Authored: Tue Sep 18 13:50:28 2018 -0700 Committer: Bharat Viswanadham <[email protected]> Committed: Tue Sep 18 13:51:26 2018 -0700 ---------------------------------------------------------------------- hadoop-ozone/docs/pom.xml | 5 +++++ hadoop-ozone/ozonefs/pom.xml | 2 ++ 2 files changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/6f7943c6/hadoop-ozone/docs/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-ozone/docs/pom.xml b/hadoop-ozone/docs/pom.xml index 6fc4a5f..78beff8 100644 --- a/hadoop-ozone/docs/pom.xml +++ b/hadoop-ozone/docs/pom.xml @@ -28,6 +28,11 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd"> <name>Apache Hadoop Ozone Documentation</name> <packaging>jar</packaging> + <properties> + <hadoop.component>ozone</hadoop.component> + <is.hadoop.component>true</is.hadoop.component> + </properties> + <dependencies> </dependencies> http://git-wip-us.apache.org/repos/asf/hadoop/blob/6f7943c6/hadoop-ozone/ozonefs/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-ozone/ozonefs/pom.xml b/hadoop-ozone/ozonefs/pom.xml index 6c4c492..41ef52e 100644 --- a/hadoop-ozone/ozonefs/pom.xml +++ b/hadoop-ozone/ozonefs/pom.xml @@ -28,6 +28,8 @@ <properties> <file.encoding>UTF-8</file.encoding> <downloadSources>true</downloadSources> + <hadoop.component>ozone</hadoop.component> + <is.hadoop.component>true</is.hadoop.component> </properties> <build> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
