[
https://issues.apache.org/jira/browse/BVAL-62?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12871645#action_12871645
]
Donald Woods commented on BVAL-62:
----------------------------------
Mark, I don't see why you think the services file is an issue. We have several
occurrences of this today in the Geronimo and OpenJPA projects, where we cannot
include the license header in services files. This has been a known problem
for years and has never stopped a release before.
Also, when I run "mvn rat:check" on the source, I get no hits. Maybe you're
environment is using the old codehaus version instead of the apache-rat that we
switched to the other day? Try running this to make sure -
mvn clean apache-rat:heck
When it runs, you should see the following excludes get applied -
[INFO] [clean:clean {execution: default-clean}]
[INFO] [apache-rat:check {execution: default-cli}]
[INFO] Exclude: **/javax.validation.spi.ValidationProvider
[INFO] Exclude: README.txt
[INFO] Exclude: CHANGES.txt
[INFO] Exclude: **/.*/**
[INFO] Exclude: **/*.ftl
[INFO] Exclude: **/*.iml
[INFO] Exclude: **/*.log
[INFO] Exclude: **/maven-eclipse.xml
[INFO] Exclude: **/rat.txt
[INFO] Exclude: **/target/**/*
> add missing ASL headers
> -----------------------
>
> Key: BVAL-62
> URL: https://issues.apache.org/jira/browse/BVAL-62
> Project: BeanValidation
> Issue Type: Bug
> Affects Versions: 0.1-incubating
> Reporter: Mark Struberg
> Assignee: Mark Struberg
> Fix For: 0.1-incubating
>
>
> currently RAT reports a few files without license headers.
> This must get fixed
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.