You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by kw...@apache.org on 2022/09/13 07:54:10 UTC

[jackrabbit-filevault] branch master updated: releng: tweak javadoc settings

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

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jackrabbit-filevault.git


The following commit(s) were added to refs/heads/master by this push:
     new 8c62b0b5 releng: tweak javadoc settings
8c62b0b5 is described below

commit 8c62b0b51d2266aaea0bf8cce8bb42709ce92ad4
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Tue Sep 13 09:54:04 2022 +0200

    releng: tweak javadoc settings
    
    update sling-maven-plugin to 3.0.2
---
 parent/pom.xml | 4 ++--
 pom.xml        | 3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 2ea1f261..a8de0ed9 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -118,7 +118,7 @@ Apache Jackrabbit FileVault is a project of the Apache Software Foundation.
                 <plugin>
                     <groupId>org.apache.sling</groupId>
                     <artifactId>sling-maven-plugin</artifactId>
-                    <version>2.4.2</version>
+                    <version>3.0.2</version>
                     <configuration>
                         <!-- slingUrl dynamically set by property -->
                         <slingUrlSuffix>/system/console</slingUrlSuffix>
@@ -281,7 +281,7 @@ Bundle-Category: jackrabbit
                 <plugin>
                     <groupId>org.owasp</groupId>
                     <artifactId>dependency-check-maven</artifactId>
-                    <version>7.1.1</version>
+                    <version>7.1.2</version>
                     <executions>
                         <execution>
                             <goals>
diff --git a/pom.xml b/pom.xml
index 106b72a8..af57834b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,6 +90,9 @@
                             <link>https://jackrabbit.apache.org/api/2.20</link>
                             <link>https://jackrabbit.apache.org/oak/docs/apidocs</link>
                         </links>
+                        <validateLinks>true</validateLinks>
+                        <doclint>all</doclint>
+                        <verbose>false</verbose>
                     </configuration>
                 </plugin>
            </plugins>