Skip to content

Commit

Permalink
maven-javadoc-plugin configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoBettini committed Mar 30, 2021
1 parent d62aed8 commit 859c5d8
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions releng/org.eclipse.xsemantics.parent/pom.xml
Expand Up @@ -317,7 +317,14 @@ Contributors:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9.1</version>
<!-- MJAVADOC-620 – Maven Javadoc Plugin fails to resolve the dependencies
when used with Java 11 -->
<version>3.2.0</version>
<configuration>
<detectOfflineLinks>false</detectOfflineLinks>
<detectJavaApiLink>false</detectJavaApiLink>
<source>8</source>
</configuration>
<executions>
<execution>
<id>attach-javadocs</id>
Expand All @@ -330,7 +337,6 @@ Contributors:
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
Expand Down

0 comments on commit 859c5d8

Please sign in to comment.