Skip to content

Commit

Permalink
fix: changed 'site' phase to 'prepare-package' for javadoc to generate
Browse files Browse the repository at this point in the history
  • Loading branch information
Lycoon committed Nov 17, 2023
1 parent 903da21 commit cba343f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
<version>1.9.10</version>
<executions>
<execution>
<phase>site</phase>
<phase>prepare-package</phase>
<goals>
<goal>javadocJar</goal>
</goals>
Expand Down

0 comments on commit cba343f

Please sign in to comment.