You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ma...@apache.org on 2018/11/08 23:11:16 UTC

[archiva-parent] branch master updated: Changing version for javadoc plugin

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

martin_s pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new c4f4021  Changing version for javadoc plugin
c4f4021 is described below

commit c4f40216bc9d41d32535ecc8d7da33e3383b7dec
Author: Martin Stockhammer <ma...@apache.org>
AuthorDate: Thu Nov 8 19:54:18 2018 +0100

    Changing version for javadoc plugin
---
 pom.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9566406..8dac24a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -81,7 +81,7 @@
     <maven-project-info-reports-plugin.version>2.9</maven-project-info-reports-plugin.version>
     <checkstyleVersion>2.13</checkstyleVersion>
     <jxrVersion>2.5</jxrVersion>
-    <javadocPluginVersion>2.10.1</javadocPluginVersion>
+    <javadocPluginVersion>3.0.1</javadocPluginVersion>
 
     <plexusUtilsPluginsVersion>3.0.15</plexusUtilsPluginsVersion>
 
@@ -921,6 +921,9 @@
                 </goals>
               </execution>
             </executions>
+            <configuration>
+              <doclint>none</doclint>
+            </configuration>
           </plugin>
           <!-- We want to deploy the artifact to a staging location for perusal -->
           <plugin>