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 ae...@apache.org on 2016/06/01 19:55:21 UTC

[20/39] hadoop git commit: YARN-5132. Exclude generated protobuf sources from YARN Javadoc build. (Subru Krishnan via kasha)

YARN-5132. Exclude generated protobuf sources from YARN Javadoc build. (Subru Krishnan via kasha)


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/f5ff05cc
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/f5ff05cc
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/f5ff05cc

Branch: refs/heads/HDFS-1312
Commit: f5ff05cc8a67c125717261392c996136ba66785b
Parents: 4ca8859
Author: Karthik Kambatla <ka...@apache.org>
Authored: Sat May 28 08:09:46 2016 -0700
Committer: Karthik Kambatla <ka...@apache.org>
Committed: Sat May 28 08:09:46 2016 -0700

----------------------------------------------------------------------
 hadoop-yarn-project/hadoop-yarn/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/f5ff05cc/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 b252fb8..0f79226 100644
--- a/hadoop-yarn-project/hadoop-yarn/pom.xml
+++ b/hadoop-yarn-project/hadoop-yarn/pom.xml
@@ -68,6 +68,13 @@
           </properties>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <configuration>
+          <excludePackageNames>org.apache.hadoop.yarn.proto</excludePackageNames>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org