Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Not Applicable
-
None
Description
In any Java source file add this line on top of the license header:
/* * Copyright (c) 2017 ACME. All rights reserved. * <p>
then run mvn clean verify and see the build succeed.
Neither of the following maven goals complains either:
- mvn apache-rat:check
- mvn checkstyle:check
Adding a similar copyright statement to any of the Scala sources will fail the HeaderMatchesChecker rule in our scalastyle checks.
I am not sure why the RAT checks allow this to pass, but I will add a similar Header verification to our checkstyle configuration.
Attachments
Issue Links
- links to