Robbie Gemmell created ARTEMIS-4329:
---------------------------------------
Summary: dont [over]write RAT output in source tree root, use
standard output location
Key: ARTEMIS-4329
URL: https://issues.apache.org/jira/browse/ARTEMIS-4329
Project: ActiveMQ Artemis
Issue Type: Task
Reporter: Robbie Gemmell
Assignee: Robbie Gemmell
Fix For: 2.30.0
The RAT plugin is currently configured to write output to a file at the root of
the source tree, rather than its usual location in the target dir.
This stops you being able to look at all the results (as they overwrite), its
unusual having it in the source tree rather than usual build output location,
and and also any module that fails to set the referenced activemq.basedir
property (as e.g artemis-features doesnt) then instead produces a separate file
in another part of the source tree.
Make it consistent with expectation / other projects by writing to the standard
target dir location. The output path is written on failure...and just the check
failing is usually enough anyway to see what needs fixed, since its only going
to fail upon change, and the failure inherently directs to the module in need
of a tweak to the changes being made.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)