You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/02/03 13:24:16 UTC

[commons-cli] branch master updated: Pick up Javadoc plugin version and configuration from parent POM

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-cli.git


The following commit(s) were added to refs/heads/master by this push:
     new 03a838f  Pick up Javadoc plugin version and configuration from parent POM
03a838f is described below

commit 03a838f0d317fac12ee65ebbe4f6423fee2978d4
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Feb 3 08:24:12 2023 -0500

    Pick up Javadoc plugin version and configuration from parent POM
---
 pom.xml | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9b56d5c..10eb72b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -212,7 +212,6 @@
     <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-cli</commons.scmPubUrl>
     <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
     <commons.encoding>utf-8</commons.encoding>
-    <commons.javadoc.java.link>${commons.javadoc7.java.link}</commons.javadoc.java.link>
     <spotbugs.plugin.version>4.7.3.0</spotbugs.plugin.version>
     <spotbugs.impl.version>4.7.3</spotbugs.impl.version>
     <findbugs.skip>true</findbugs.skip>
@@ -291,18 +290,6 @@
           <tarLongFileMode>gnu</tarLongFileMode>
         </configuration>
       </plugin>
-      <!--
-        Fix for https://bugs.openjdk.java.net/browse/JDK-8212233
-        which is addressed in maven-javadoc-plugin:3.1.0, see https://issues.apache.org/jira/browse/MJAVADOC-562
-      -->
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-javadoc-plugin</artifactId>
-        <version>${commons.javadoc.version}</version>
-        <configuration>
-          <source>7</source>
-        </configuration>
-      </plugin>
       <plugin>
         <groupId>com.github.siom79.japicmp</groupId>
         <artifactId>japicmp-maven-plugin</artifactId>