SLIDER-672 cut out groovydoc as it has stopped working
Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/2b8d6e19 Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/2b8d6e19 Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/2b8d6e19 Branch: refs/heads/branches/branch-0.6 Commit: 2b8d6e1959ccc049bb38e4375405266dfc50b0df Parents: e91d153 Author: Steve Loughran <[email protected]> Authored: Mon Nov 24 13:55:05 2014 +0000 Committer: Steve Loughran <[email protected]> Committed: Sat Jan 10 16:24:39 2015 +0000 ---------------------------------------------------------------------- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/2b8d6e19/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a87df7b..91c655e 100644 --- a/pom.xml +++ b/pom.xml @@ -1431,6 +1431,7 @@ </executions> </plugin> --> + <!-- <plugin> <groupId>com.bluetrainsoftware.maven</groupId> <artifactId>maven-groovydoc-plugin</artifactId> @@ -1444,7 +1445,7 @@ </execution> </executions> </plugin> - + --> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId>
