Stian Soiland-Reyes created TAVERNA-921:
-------------------------------------------
Summary: apache-rat:check fails on DEPENDENCIES file
Key: TAVERNA-921
URL: https://issues.apache.org/jira/browse/TAVERNA-921
Project: Apache Taverna
Issue Type: Bug
Components: Taverna Maven Parent
Affects Versions: parent 2
Reporter: Stian Soiland-Reyes
Assignee: Stian Soiland-Reyes
Priority: Minor
Fix For: parent 2
The apache-dist profile generates a file DEPENDENCIES that is added to the
release archive, yet this file is not excluded from the maven-rat plugin.
{code}
[ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.11:check
(default-cli) on project apache-taverna-parent: Too many files with unapproved
license: 1 See RAT report in:
C:\Users\stain\Desktop\apache-taverna-parent-2-incubating-source-release\apache-taverna-parent-2-incubating\target\rat.txt
-> [Help 1]
{code}
Note that mvn apache-rat:check works fine during the build and from the regular
source code repositories, as it then does not contain the file DEPENDENCIES.
The file DEPENDENCIES is a bit pointless within particularly maven-parent, but
this issue also affects the taverna-osgi release candidate, which does not have
its own custom apache-rat excludes.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)