[
https://issues.apache.org/jira/browse/RAT-524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18043781#comment-18043781
]
Claude Warren commented on RAT-524:
-----------------------------------
The short answer is: inexperienced Maven plugin developer. I assume you are
running under Maven. I inherited the maven plugin and have been attempting to
learn the intricacies of the Maven plugin framework and how to test it. I am
currently trying to migrate our maven plugin tests to the Junit5 framework.
The plugin should ignore ${project.build.outputDirectory} unless it is
specifically added to <inputInclude>, is that correct?
I'll take a look later and see if I can figure out how to do that. Do you know
if I need to declare a parameter that uses that as a default or is there as way
to access the properties directly from within the mojo?
> Long processing time compared to version 0.16
> ---------------------------------------------
>
> Key: RAT-524
> URL: https://issues.apache.org/jira/browse/RAT-524
> Project: Apache RAT
> Issue Type: Bug
> Affects Versions: 0.17
> Reporter: Slawomir Jaranowski
> Assignee: Claude Warren
> Priority: Critical
>
> Build hangs for a one - two minutes during:
> {noformat}
> [INFO] Excluding HIDDEN_DIR collection.
> {noformat}
> It looks like scan all project files and directories, when I clean project -
> I don't have a {{target}} directories it is a little faster but still very
> long comparing to version 0.16
> How can I disable this standard exclusions ... documentation for Maven plugin
> is not clear
--
This message was sent by Atlassian Jira
(v8.20.10#820010)