You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2021/01/07 07:07:51 UTC

[maven-apache-parent] branch MPOM-260 created (now 360f894)

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

hboutemy pushed a change to branch MPOM-260
in repository https://gitbox.apache.org/repos/asf/maven-apache-parent.git.


      at 360f894  [MPOM-260] simplify m-javadoc-p configuration

This branch includes the following new commits:

     new 360f894  [MPOM-260] simplify m-javadoc-p configuration

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-apache-parent] 01/01: [MPOM-260] simplify m-javadoc-p configuration

Posted by hb...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch MPOM-260
in repository https://gitbox.apache.org/repos/asf/maven-apache-parent.git

commit 360f8946c36369b99a387d3e6145a2d18790adc3
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Thu Jan 7 08:07:42 2021 +0100

    [MPOM-260] simplify m-javadoc-p configuration
---
 pom.xml | 21 +++------------------
 1 file changed, 3 insertions(+), 18 deletions(-)

diff --git a/pom.xml b/pom.xml
index c1e40ba..72e6541 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,8 +90,7 @@ under the License.
     <arguments />
     <maven.compiler.source>1.7</maven.compiler.source>
     <maven.compiler.target>1.7</maven.compiler.target>
-    <surefire.version>2.22.2</surefire.version>
-    <maven.javadoc.version>3.2.0</maven.javadoc.version>
+    <surefire.version>2.22.2</surefire.version><!-- for surefire, failsafe and surefire-report -->
     <assembly.tarLongFileMode>posix</assembly.tarLongFileMode>
     <!-- set this property for all derived projects:
     <project.build.outputTimestamp>2020-01-22T15:10:38Z</project.build.outputTimestamp>
@@ -214,10 +213,9 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-javadoc-plugin</artifactId>
-          <version>${maven.javadoc.version}</version>
-          <!-- due to https://issues.apache.org/jira/browse/MNG-7006 duplicate reporting configuration -->
+          <version>3.2.0</version>
           <configuration>
-            <notimestamp>true</notimestamp>
+            <notimestamp>true</notimestamp><!-- avoid noise for svn/gitpubsub -->
           </configuration>
         </plugin>
         <plugin>
@@ -357,19 +355,6 @@ under the License.
     </plugins>
   </build>
 
-  <reporting>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-javadoc-plugin</artifactId>
-        <version>${maven.javadoc.version}</version>
-        <configuration>
-          <notimestamp>true</notimestamp>
-        </configuration>
-      </plugin>
-    </plugins>
-  </reporting>
-
   <profiles>
     <!-- START SNIPPET: release-profile -->
     <profile>