Skip to content

Commit

Permalink
config: update maven-javadoc-plugin for idea extension to 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rnveach committed Dec 9, 2022
1 parent 1262afe commit 196f50a
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions sevntu-checkstyle-idea-extension/pom.xml
Expand Up @@ -55,20 +55,22 @@

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.4</version>
<artifactId>maven-javadoc-plugin</artifactId>
<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>
<configuration>
<sourcepath>${basedir}/src</sourcepath>
</configuration>
</execution>
</executions>
</execution>
</executions>
</plugin>

<plugin>
Expand Down

0 comments on commit 196f50a

Please sign in to comment.