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

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


The following commit(s) were added to refs/heads/fix/RAT-353 by this push:
     new 9411e907 RAT-353: Fix broken link in changes report by setting target 
URI in a v2.x way
9411e907 is described below

commit 9411e9070500f2503d913b9318285a08f5575915
Author: P. Ottlinger <[email protected]>
AuthorDate: Sun Jan 21 01:17:06 2024 +0100

    RAT-353: Fix broken link in changes report by setting target URI in a v2.x 
way
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index a894e36b..a6aa49a8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -213,6 +213,8 @@ agnostic home for software distribution comprehension and 
audit tools.
           
<onlyCurrentVersion>${commons.changes.onlyCurrentVersion}</onlyCurrentVersion>
           <maxEntries>${commons.changes.maxEntries}</maxEntries>
           
<runOnlyAtExecutionRoot>${commons.changes.runOnlyAtExecutionRoot}</runOnlyAtExecutionRoot>
+          <!-- RAT-353: v3.x of the plugin will use the correct target link as 
parameter team, while v2.x uses teamlist -->
+          <teamlist>team.html</teamlist>
         </configuration>
         <reportSets>
           <reportSet>

Reply via email to