YARN-5968. Fix slider core module javadocs. Contributed by Billie Rinaldi
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/6053c69c Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/6053c69c Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/6053c69c Branch: refs/heads/yarn-native-services Commit: 6053c69c0591d49c6c13a0c9dc3ea524575c83a6 Parents: 2e82a13 Author: Jian He <[email protected]> Authored: Mon Dec 19 13:06:56 2016 -0800 Committer: Jian He <[email protected]> Committed: Tue Apr 18 11:24:18 2017 +0800 ---------------------------------------------------------------------- hadoop-yarn-project/hadoop-yarn/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/6053c69c/hadoop-yarn-project/hadoop-yarn/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-yarn-project/hadoop-yarn/pom.xml b/hadoop-yarn-project/hadoop-yarn/pom.xml index c43588a..4504140 100644 --- a/hadoop-yarn-project/hadoop-yarn/pom.xml +++ b/hadoop-yarn-project/hadoop-yarn/pom.xml @@ -75,7 +75,7 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <configuration> - <excludePackageNames>org.apache.hadoop.yarn.proto</excludePackageNames> + <excludePackageNames>org.apache.hadoop.yarn.proto,org.apache.slider</excludePackageNames> </configuration> </plugin> </plugins> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
