Skip to content

Commit

Permalink
Use generate-resources for the javadoc execution to make sure it's in…
Browse files Browse the repository at this point in the history
…cluded in helidon-docs.jar
  • Loading branch information
romain-grecourt committed Dec 20, 2023
1 parent 83aba1c commit 7e33a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<artifactId>helidon-javadoc-maven-plugin</artifactId>
<executions>
<execution>
<phase>package</phase>
<phase>generate-resources</phase>
<goals>
<goal>javadoc</goal>
</goals>
Expand Down

0 comments on commit 7e33a47

Please sign in to comment.