Skip to content

Commit

Permalink
updated javadoc plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoBettini committed Feb 27, 2024
1 parent f4ea67b commit 0b6630d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions releng/org.eclipse.emf.parsley.parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@
<artifactId>maven-javadoc-plugin</artifactId>
<!-- MJAVADOC-620 – Maven Javadoc Plugin fails to resolve the dependencies
when used with Java 11 -->
<version>3.2.0</version>
<version>3.5.0</version>
<configuration>
<detectOfflineLinks>false</detectOfflineLinks>
<detectJavaApiLink>false</detectJavaApiLink>
Expand All @@ -561,7 +561,6 @@
<goal>jar</goal>
</goals>
<configuration>
<additionalparam>-Xdoclint:none</additionalparam>
<failOnError>false</failOnError>
</configuration>
</execution>
Expand Down

0 comments on commit 0b6630d

Please sign in to comment.