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/a3d48bdc Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/a3d48bdc Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/a3d48bdc Branch: refs/heads/develop Commit: a3d48bdcafab2eb2361542bd34967711e75d4a07 Parents: ab16e89 Author: Steve Loughran <[email protected]> Authored: Mon Nov 24 13:55:05 2014 +0000 Committer: Steve Loughran <[email protected]> Committed: Wed Nov 26 15:36:12 2014 +0000 ---------------------------------------------------------------------- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/a3d48bdc/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 705bb18..5640c9e 100644 --- a/pom.xml +++ b/pom.xml @@ -1460,6 +1460,7 @@ </executions> </plugin> --> + <!-- <plugin> <groupId>com.bluetrainsoftware.maven</groupId> <artifactId>maven-groovydoc-plugin</artifactId> @@ -1473,7 +1474,7 @@ </execution> </executions> </plugin> - + --> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId>
