[
https://issues.apache.org/jira/browse/RAT-77?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17827935#comment-17827935
]
Claude Warren commented on RAT-77:
----------------------------------
The "please see" text was added in an earlier release.
The XSLT file [^missing-headers.xsl] will produce the report you are looking
for. This can be used by adding the '-s' parameter to the CLI command line or
by specifying the path to the file in the reportStyle parameter in the pom.xml
or use the maven command line parameter "rat.outputStyle".
private String reportStyle;
[~rott] If the missing-headers.xsl is included in the packaging for 0.17.0
will that resolve the issue for you?
> output missing headers inline from plugin
> -----------------------------------------
>
> Key: RAT-77
> URL: https://issues.apache.org/jira/browse/RAT-77
> Project: Apache Rat
> Issue Type: Improvement
> Affects Versions: 0.6, 0.7
> Reporter: Michael Rheinheimer
> Assignee: Claude Warren
> Priority: Major
> Attachments: missing-headers.xsl
>
>
> I would very much like to see a list of files in which the headers are
> missing in the regular maven output, rather than in the target/rat.txt file.
> So, two possible requests here:
> 1) output list of offending files in regular maven output, so a trip to
> target/rat.txt is not necessary (make this configurable?)
> 2) if target/rat.txt is the only output, change the maven output to indicate
> where to look. Currently, only the following is output: "[INFO] Too many
> unapproved licenses: 1" Perhaps you can append ", please see target/rat.txt"
> for those new to RAT plugin. :)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)