Skip to content

Commit

Permalink
[groovy] Let javadoc jars get created for groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Dec 26, 2023
1 parent c33cb19 commit 750450a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 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 @@ -723,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 750450a

Please sign in to comment.