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/c7fd15a9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/c7fd15a9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/c7fd15a9 Branch: refs/heads/feature/SLIDER-672_Publish_slider_0.60.0_artifacts_to_apache_dist Commit: c7fd15a95ed119afe13b4ba6d31513099e61088d Parents: 0dc8288 Author: Steve Loughran <[email protected]> Authored: Mon Nov 24 13:55:05 2014 +0000 Committer: Steve Loughran <[email protected]> Committed: Mon Nov 24 13:55:05 2014 +0000 ---------------------------------------------------------------------- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/c7fd15a9/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index e7aa882..ffec34c 100644 --- a/pom.xml +++ b/pom.xml @@ -1432,6 +1432,7 @@ </executions> </plugin> --> + <!-- <plugin> <groupId>com.bluetrainsoftware.maven</groupId> <artifactId>maven-groovydoc-plugin</artifactId> @@ -1445,7 +1446,7 @@ </execution> </executions> </plugin> - + --> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId>
