Skip to content

Commit

Permalink
Maven: skip javadoc for sample
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Boos committed Dec 17, 2012
1 parent 092ba0a commit ee92146
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sample/pom.xml
Expand Up @@ -41,6 +41,13 @@
</proguard>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit ee92146

Please sign in to comment.