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:39 UTC

[archiva-redback-core] branch master updated: Avoid error messages for site and jdk 8 with doclint option

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-redback-core.git


The following commit(s) were added to refs/heads/master by this push:
     new c76ced0  Avoid error messages for site and jdk 8 with doclint option
c76ced0 is described below

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

    Avoid error messages for site and jdk 8 with doclint option
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 32b38ad..aef3c43 100644
--- a/pom.xml
+++ b/pom.xml
@@ -834,6 +834,7 @@
         <configuration>
           <javadocVersion>1.8</javadocVersion>
           <source>1.8</source>
+          <doclint>none</doclint>
         </configuration>
         <reportSets>
           <reportSet>