Verified Commit c2ca81e8 authored by Lukas Wiest's avatar Lukas Wiest 🚂
Browse files

feat: enable mvn javadoc plugin

parent 9866be59
Pipeline #1659 failed with stages
in 3 minutes and 7 seconds
......@@ -88,6 +88,18 @@
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment