Is there a Maven plugin available, which uses it as a report?
I think there is a place to look but the docks are ancient (1.0, while the current version is 1.3) and GMOWEN plug-in does not have any mosaics, as you can see:
mvn help: description - DgroupId = org.codehaus.gmaven -DartifactId = gmaven-plugin This plugin has 9 goals:
groovy: compilation
Description: Groovy compiles sources. groovy: console
Description: Launch of Groovy GUI console. Groovy: Execute
Description: Perform a Groove script. groovy: generates
Description: Generate Java Stubs from Groovy sources. groovy: generateTestStubs
Description: Generate Java stub from Groovy test sources. groovy: help
Description: Notify support at Athene on GMWEN-plugin.
Call mvn groovy: help -Ddetail = true -Dogal = & gt; GoalName & gt;
To display the parameter details. groovy: Provider
Description: Groovy displays information about runtime providers that are configured and selected. groovy: shell
Description: Start Groovy Shell (aka. groovy: testcompile
Description: Groovy collects test sources. So anybody's cattle Groovydoc plugin - Google was not anything meaningful.
You want the gmavenplus plugin: & lt; prefix; creation & gt; & gt; plugins & gt; ; & Lt; plugins & gt; & gt; Group & gt; org.codehaus.gmavenplus & lt; / group & gt; & lt; artifactId & gt; gmavenplus-plugin & lt; / artifactId & gt; & lt; version & Gt; 1.5 & lt; / Version> & lt; / plugin & gt; & lt; / plugins & gt; & lt; / construction & gt; & lt; dependency & gt; & lt; dependency & gt; & lt; group & gt; Org.codehaus.groovy & lt; / group & gt; artifactId & gt; groovy-all & lt; / artifactId & gt; & lt;! - any version of Groovy & gt; = 1.5.0 (1.6) Except RC1) should work here - & gt; & lt; version & gt; 2.4.7 & lt; / Edition & gt; & Lt; / Dependencies & gt; & Lt; / Dependencies & gt; & Lt; / Project & gt; and run: mvn gplus: generatesstops jeeps: groovydoc
Comments
Post a Comment