Skip to content

Commit

Permalink
Skip javadoc for avro-guava-dependencies.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1726256 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
tomwhite committed Jan 22, 2016
1 parent 274c510 commit 499b756
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lang/java/guava/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<skip>true</skip> <!-- this module has no public javadoc -->
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
Expand Down

0 comments on commit 499b756

Please sign in to comment.