Skip to content

Commit

Permalink
Merge pull request #726 from hazendaz/master
Browse files Browse the repository at this point in the history
Groovy doc work
  • Loading branch information
hazendaz authored Dec 26, 2023
2 parents a49792d + 750450a commit b4e511c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@
<dependency>
<groupId>org.apache.groovy</groupId>
<artifactId>groovy-docgenerator</artifactId>
<scope>runtime</scope>
<optional>true</optional>
</dependency>

<dependency>
Expand All @@ -387,7 +387,7 @@
<dependency>
<groupId>org.apache.groovy</groupId>
<artifactId>groovy-templates</artifactId>
<scope>runtime</scope>
<optional>true</optional>
</dependency>

<dependency>
Expand Down Expand Up @@ -693,6 +693,7 @@
<artifactId>gmavenplus-plugin</artifactId>
<version>${gmavenPluginVersion}</version>
<configuration>
<attachGroovyDocAnnotation>true</attachGroovyDocAnnotation>
<groovyDocOutputDirectory>${project.reporting.outputDirectory}/gapidocs</groovyDocOutputDirectory>
<invokeDynamic>true</invokeDynamic>
</configuration>
Expand Down Expand Up @@ -722,8 +723,8 @@
<goals>
<goal>generateStubs</goal>
<goal>generateTestStubs</goal>
<goal>groovydoc</goal>
<goal>groovydocTests</goal>
<goal>groovydoc-jar</goal>
<goal>groovydocTests-jar</goal>
</goals>
<phase>site</phase>
</execution>
Expand Down

0 comments on commit b4e511c

Please sign in to comment.