Repository: hadoop Updated Branches: refs/heads/yarn-native-services af649d21f -> 752eb6f78
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/752eb6f7 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/752eb6f7 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/752eb6f7 Branch: refs/heads/yarn-native-services Commit: 752eb6f781e4857a36676eeb0d59053bf6222f6a Parents: af649d2 Author: Jian He <[email protected]> Authored: Mon Dec 19 13:06:56 2016 -0800 Committer: Jian He <[email protected]> Committed: Mon Dec 19 13:06:56 2016 -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/752eb6f7/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 c929292..ac3654c 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]
