Skip to content
Snippets Groups Projects
Commit c3ec4341 authored by Tibo's avatar Tibo
Browse files

Fix javadoc generation ?

parent 46b24b3e
No related branches found
No related tags found
No related merge requests found
Pipeline #3701 failed
......@@ -192,7 +192,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9.1</version>
<version>3.1.1</version>
<executions>
<execution>
<phase>package</phase>
......@@ -201,9 +201,8 @@
<goal>jar</goal>
</goals>
<configuration>
<additionalparam>${javadoc.opts}</additionalparam>
<source>8</source>
<doclint>none</doclint>
<source>8</source>
</configuration>
</execution>
</executions>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment