[
https://issues.apache.org/jira/browse/RAT-240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16190372#comment-16190372
]
Philipp Ottlinger commented on RAT-240:
---------------------------------------
Did you know that RAT uses SCM-ignores as default exclusions - maybe this can
be helpful for you in case you generated stuff during build/package time?
have a look at:
https://github.com/apache/creadur-rat/blob/b1f2f1d470a6cfee656a06ab10ea1210a2e51b32/apache-rat-core/src/main/java/org/apache/rat/config/SourceCodeManagementSystems.java
Apart from that I just stumbled upon the configuration parameter:
@Parameter(property="rat.excludesFile")
in
https://github.com/apache/creadur-rat/blob/b1f2f1d470a6cfee656a06ab10ea1210a2e51b32/apache-rat-plugin/src/main/java/org/apache/rat/mp/AbstractRatMojo.java
are you using this feature and it does not behave as expected?
> .rat-excludes not matching full path
> ------------------------------------
>
> Key: RAT-240
> URL: https://issues.apache.org/jira/browse/RAT-240
> Project: Apache Rat
> Issue Type: Bug
> Reporter: Szymon Janc
> Fix For: 0.12
>
>
> it is not possible to exclude file (or folder) by providing full path
> eg
> foo/foo2/main.c
> bar/bar2/main.c
> it is not possible to match only one of those file from project top directory
> .rat-excludes file.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)