Create javadoc archive

This commit is contained in:
Daniel Saukel 2020-03-21 16:36:46 +01:00
parent 2e26fe7d7c
commit c7cef7f6a3

View File

@ -14,13 +14,14 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.1.1</version>
<version>3.2.0</version>
<executions>
<execution>
<id>attach-javadocs</id>
<phase>install</phase>
<goals>
<goal>javadoc</goal>
<goal>jar</goal>
</goals>
</execution>
</executions>