Skip to content

Commit

Permalink
Exclude test-related docs from site deployment
Browse files Browse the repository at this point in the history
This is needed due to a bug (feature?) in github where site deployments over
 30M fail.
see: github/maven-plugins#54
  • Loading branch information
Andrew Woods committed Jun 5, 2014
1 parent 36e6f30 commit f31b447
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Expand Up @@ -500,6 +500,13 @@
subfolder -->
<path>${project.distributionManagement.site.url}</path>
<merge>true</merge>
<excludes>
<!-- Excluding test-related javadocs in order to keep the site
deployment smaller than 30M.
see: https://github.com/github/maven-plugins/issues/54 -->
<exclude>xref-test/**</exclude>
<exclude>testapidocs/**</exclude>
</excludes>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit f31b447

Please sign in to comment.