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 f531b8c3 RAT-354: RAT remains Java8 and cannot be used with recent
Maven4
f531b8c3 is described below
commit f531b8c3c07b05e61d020caa7859c251998e2a87
Author: P. Ottlinger <[email protected]>
AuthorDate: Thu Apr 25 23:20:28 2024 +0200
RAT-354: RAT remains Java8 and cannot be used with recent Maven4
---
src/changes/changes.xml | 2 +-
src/site/apt/index.apt.vm | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a67c029a..71ae294a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -73,7 +73,7 @@
https://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd
-->
<release version="0.17-SNAPSHOT" date="xxxx-yy-zz" description="Current
SNAPSHOT - release to be done">
<action issue="RAT-354" type="fix" dev="pottlinger" due-to="Guillaume
Nodet">
- Fix integration test failure with Maven 4 by adding a version property
in integration test's pom.xml.
+ Fix integration test failure with Maven4 by adding a version property
in integration test's pom.xml. Versions above Maven4-alpha13 require Java17 and
cannot be used with RAT, as it relies on Java8.
</action>
<action issue="RAT-355" type="add" dev="claudenw">
Optionally export XML configuration file as part of run. Added
framework to inspect available licenses and matchers.
diff --git a/src/site/apt/index.apt.vm b/src/site/apt/index.apt.vm
index be5598e3..236cab04 100644
--- a/src/site/apt/index.apt.vm
+++ b/src/site/apt/index.apt.vm
@@ -112,6 +112,8 @@ java -jar apache-rat-${project.version}.jar --help
Use the plugin for {{{https://maven.apache.org}Apache Maven ${mavenVersion}}}
or later.
+ <<ATTENTION!>> Maven4 is based on Java 17 and thus cannot be used with RAT,
that relies on Java 8.
+
+------------------------------------------+
<plugin>
<groupId>org.apache.rat</groupId>