Skip to content

Commit

Permalink
config: update maven-javadoc-plugin for sonar plugin to 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rnveach authored and romani committed Dec 13, 2022
1 parent 15e26bd commit 9d72978
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions sevntu-checkstyle-sonar-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,16 +91,21 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.4</version>
<version>3.4.1</version>
<configuration>
<!-- To allow build with latest JDK the source version must be explicitly set
See https://bugs.openjdk.java.net/browse/JDK-8212233 for details -->
<source>${java.version}</source>
</configuration>
<executions>
<execution>
<id>attach-javadocs</id>
<phase>package</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</execution>
</executions>
</plugin>

<plugin>
Expand Down

0 comments on commit 9d72978

Please sign in to comment.