Try deploying javadoc with SNAPSHOT

This commit is contained in:
dotasek 2024-06-05 16:51:49 -04:00
parent ed4143996f
commit 5f01298e2f
1 changed files with 10 additions and 0 deletions

10
pom.xml
View File

@ -741,6 +741,16 @@
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<executions>
<execution>
<id>attach-javadocs</id>
<phase>deploy</phase>
<goals><goal>jar</goal></goals>
</execution>
</executions>
</plugin>
</plugins> </plugins>
</build> </build>
</profile> </profile>