Skip to content

Commit

Permalink
wip jdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
ivy-rew committed Oct 4, 2024
1 parent 30a279a commit 931319d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions persistence-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,19 @@
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.10.1</version>
<executions>
<execution>
<id>jdoc</id>
<phase>package</phase>
<goals>
<goal>javadoc-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 931319d

Please sign in to comment.