Skip to content

Commit

Permalink
Attempt to fix maven-javadoc-plugin, and remove redundant org.apache.…
Browse files Browse the repository at this point in the history
…maven.plugins.

This turned out not to work, but it's probably a good idea, anyway.

To work around the actual problem, I am going to try switching from
JDK11 back to JDK8.
  • Loading branch information
cpovirk committed Oct 21, 2020
1 parent 48c3c2b commit 416ce51
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
Expand All @@ -114,7 +113,6 @@
</dependencies>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.3</version>
<configuration>
Expand All @@ -123,12 +121,14 @@
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.2.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.2.0</version>
</plugin>
<plugin>
<artifactId>maven-site-plugin</artifactId>
<version>3.9.1</version>
</plugin>
Expand Down

0 comments on commit 416ce51

Please sign in to comment.