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 2021/08/09 15:53:08 UTC

[commons-parent] branch master updated: No need to duplicate Javadoc configuration.

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-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 5071770  No need to duplicate Javadoc configuration.
5071770 is described below

commit 5071770c3e1b2120591a0370ff9c13081f0d292f
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Aug 9 11:53:04 2021 -0400

    No need to duplicate Javadoc configuration.
---
 pom.xml | 22 ++++------------------
 1 file changed, 4 insertions(+), 18 deletions(-)

diff --git a/pom.xml b/pom.xml
index e9eb2ef..830974e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -495,14 +495,16 @@
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-javadoc-plugin</artifactId>
           <version>${commons.javadoc.version}</version>
-          <configuration>
-            <!-- keep only errors and warnings -->
+          <configuration>            
+            <!-- Keep only errors and warnings -->
             <quiet>true</quiet>
             <source>${maven.compiler.source}</source>
             <javadocExecutable>${commons.compiler.javadoc}</javadocExecutable>
             <encoding>${commons.encoding}</encoding>
             <docencoding>${commons.docEncoding}</docencoding>
+            <!-- Prevent too many SCM changes -->
             <notimestamp>true</notimestamp>
+            <linksource>true</linksource>
             <links>
               <link>${commons.javadoc.java.link}</link>
               <link>${commons.javadoc.javaee.link}</link>
@@ -1082,22 +1084,6 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
         <version>${commons.javadoc.version}</version>
-        <configuration>
-          <!-- keep only errors and warnings -->
-          <quiet>true</quiet>
-          <source>${maven.compiler.source}</source>
-          <javadocExecutable>${commons.compiler.javadoc}</javadocExecutable>
-          <encoding>${commons.encoding}</encoding>
-          <docencoding>${commons.docEncoding}</docencoding>
-          <notimestamp>true</notimestamp>
-          <linksource>true</linksource>
-          <!-- prevent svnpub to be too much noisy -->
-          <notimestamp>true</notimestamp>
-          <links>
-            <link>${commons.javadoc.java.link}</link>
-            <link>${commons.javadoc.javaee.link}</link>
-          </links>
-        </configuration>
         <!-- Suppress test Javadocs -->
         <reportSets>
           <reportSet>