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

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git


The following commit(s) were added to refs/heads/master by this push:
     new 3bdfde2  Update JXR-Plugin and reconfigure enforcer plugin to prevent 
errors during site build
3bdfde2 is described below

commit 3bdfde2b4d4c4b8e4d3d0428f89b9e75a1e6e03e
Author: P. Ottlinger <[email protected]>
AuthorDate: Tue Dec 28 15:56:51 2021 +0100

    Update JXR-Plugin and reconfigure enforcer plugin to prevent errors during 
site build
---
 pom.xml | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index c9aecbc..377dc79 100644
--- a/pom.xml
+++ b/pom.xml
@@ -207,7 +207,15 @@ agnostic home for software distribution comprehension and 
audit tools.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jxr-plugin</artifactId>
-        <version>2.5</version>
+        <version>3.1.1</version>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>jxr-no-fork</report>
+              <report>test-jxr-no-fork</report>
+            </reports>
+          </reportSet>
+        </reportSets>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
@@ -380,7 +388,7 @@ agnostic home for software distribution comprehension and 
audit tools.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-enforcer-plugin</artifactId>
-        <version>3.0.0-M2</version>
+        <version>3.0.0</version>
         <executions>
           <execution>
             <!-- This checks the bytecode version of the dependencies 
transitively -->
@@ -405,7 +413,7 @@ agnostic home for software distribution comprehension and 
audit tools.
           <dependency>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>extra-enforcer-rules</artifactId>
-            <version>1.3</version>
+            <version>1.5.1</version>
           </dependency>
         </dependencies>
       </plugin>

Reply via email to