groovydoc

GroovyDoc as Maven Plugin

ぃ、小莉子 提交于 2020-01-01 09:08:09
问题 Is there a maven plugin available somewhere that utilizes GroovyDoc, preferably as a report? I guess GMaven would be the place to look but the docs are ancient (1.0, whereas the current version is 1.3) and the GMaven plugin doesn't have any mojo that fits as you can see: mvn help:describe -DgroupId=org.codehaus.gmaven -DartifactId=gmaven-plugin This plugin has 9 goals: groovy:compile Description: Compiles Groovy sources. groovy:console Description: Launches the Groovy GUI console. groovy

GroovyDoc as Maven Plugin

风流意气都作罢 提交于 2019-12-04 03:11:44
Is there a maven plugin available somewhere that utilizes GroovyDoc , preferably as a report? I guess GMaven would be the place to look but the docs are ancient (1.0, whereas the current version is 1.3) and the GMaven plugin doesn't have any mojo that fits as you can see: mvn help:describe -DgroupId=org.codehaus.gmaven -DartifactId=gmaven-plugin This plugin has 9 goals: groovy:compile Description: Compiles Groovy sources. groovy:console Description: Launches the Groovy GUI console. groovy:execute Description: Executes a Groovy script. groovy:generateStubs Description: Generate Java stubs from