Skip to content

Commit

Permalink
JBEHAVE-1359: Upgrade version of javadoc plugin and configure doclint.
Browse files Browse the repository at this point in the history
  • Loading branch information
maurotalevi committed May 23, 2019
1 parent 24c7c15 commit 1388020
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.0.0</version>
<version>3.1.0</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand All @@ -139,6 +139,7 @@
<goal>jar</goal>
</goals>
<configuration>
<doclint>none</doclint>
<failOnError>false</failOnError>
<links>
<link>http://docs.oracle.com/javase/8/docs/api</link>
Expand Down

0 comments on commit 1388020

Please sign in to comment.