HDDS-495. Ozone docs and ozonefs 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/58963727 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/58963727 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/58963727 Branch: refs/heads/YARN-7402 Commit: 589637276105b0f9b9d5b7f6207f6ad0892f0b28 Parents: 2df0a8d Author: Bharat Viswanadham <[email protected]> Authored: Tue Sep 18 13:50:28 2018 -0700 Committer: Bharat Viswanadham <[email protected]> Committed: Tue Sep 18 13:50:39 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/58963727/hadoop-ozone/docs/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-ozone/docs/pom.xml b/hadoop-ozone/docs/pom.xml index d8edd15..64d0ec8 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/58963727/hadoop-ozone/ozonefs/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-ozone/ozonefs/pom.xml b/hadoop-ozone/ozonefs/pom.xml index 8174b74..c45aacd 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]
