Skip to content

Commit

Permalink
experiment with javadoc provisioning
Browse files Browse the repository at this point in the history
  • Loading branch information
ivy-rew committed Oct 4, 2024
1 parent 931319d commit 1764e4b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions persistence-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,16 @@
<executions>
<execution>
<id>jdoc</id>
<phase>package</phase>
<phase>test</phase>
<goals>
<goal>javadoc-no-fork</goal>
<goal>javadoc</goal>
</goals>
<configuration>
<!-- <additionalJOptions>
<additionalJOption>-J-cp ${ivy.engine.classpath}</additionalJOption>
</additionalJOptions> -->
<!-- <bootclasspath></bootclasspath> -->
</configuration>
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit 1764e4b

Please sign in to comment.