[
https://issues.apache.org/jira/browse/BAHIR-152?focusedWorklogId=60623&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-60623
]
Christian Kadner logged work on BAHIR-152:
------------------------------------------
Author: Christian Kadner
Created on: 11/Dec/17 05:10
Start Date: 10/Dec/17 09:09
Worklog Time Spent: 2h
Issue Time Tracking
-------------------
Worklog Id: (was: 60623)
Time Spent: 2h
Remaining Estimate: 0h (was: 2h)
> License header not enforced for Java sources
> --------------------------------------------
>
> Key: BAHIR-152
> URL: https://issues.apache.org/jira/browse/BAHIR-152
> Project: Bahir
> Issue Type: Bug
> Components: Build, Spark SQL Data Sources, Spark Streaming
> Connectors, Spark Structured Streaming Connectors
> Affects Versions: Not Applicable
> Reporter: Christian Kadner
> Assignee: Christian Kadner
> Fix For: Spark-2.2.1, Spark-2.3
>
> Original Estimate: 2h
> Time Spent: 2h
> Remaining Estimate: 0h
>
> In any Java source file add this line on top of the license header:
> {code}
> /*
> * Copyright (c) 2017 ACME. All rights reserved.
> * <p>
> {code}
> 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|http://creadur.apache.org/rat/apache-rat-plugin/usage.html] checks allow
> this to pass, but I will add a similar {{Header}} verification to our
> {{checkstyle}} configuration.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)