Skip to content

Commit

Permalink
[pom] Comment out groovydocs/groovydoctests from site as broken with …
Browse files Browse the repository at this point in the history
…2.5.0+ groovy

This needs reviewed.  The site cannot be generated without commenting this out for now.
  • Loading branch information
hazendaz committed Oct 15, 2018
1 parent 3e75a84 commit 8144aca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -474,10 +474,12 @@
<execution>
<id>site</id>
<phase>site</phase>
<!-- TODO: This is breaking site generation since groovy 2.5.0 (review and fix to turn back on)
<goals>
<goal>groovydoc</goal>
<goal>groovydocTests</goal>
</goals>
-->
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit 8144aca

Please sign in to comment.