@@ -80,6 +80,13 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <configuration>
+ <excludePackageNames>org.apache.hadoop.yarn.proto:org.apache.hadoop.mapreduce.v2.proto:org.apache.hadoop.mapreduce.v2.hs.proto</excludePackageNames>
+ </configuration>
+ </plugin>
</plugins>
</build>
</project>
@@ -86,6 +86,14 @@
+ <sourcepath>target/generated-sources/avro/</sourcepath>
+ <excludePackageNames>org.apache.hadoop.mapreduce.jobhistory</excludePackageNames>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
@@ -85,6 +85,13 @@
+ <excludePackageNames>org.apache.hadoop.mapred.proto</excludePackageNames>