merlimat commented on issue #3071: [Pulsar-Flink] Add Scala Examples URL: https://github.com/apache/pulsar/pull/3071#issuecomment-442264639 @erenavsarogullari It looks like the license headers do not match exactly the pattern and the checker is rejecting them: ``` 2018-11-27\T\23:38:25.874 [INFO] Checking licenses... 2018-11-27\T\23:38:25.899 [WARNING] Missing header in: /home/jenkins/jenkins-slave/workspace/pulsar_precommit_java8/pulsar-flink/src/test/scala/org/apache/flink/batch/connectors/pulsar/example/FlinkPulsarBatchJsonSinkScalaExample.scala 2018-11-27\T\23:38:25.899 [WARNING] Missing header in: /home/jenkins/jenkins-slave/workspace/pulsar_precommit_java8/pulsar-flink/src/test/scala/org/apache/flink/batch/connectors/pulsar/example/FlinkPulsarBatchCsvSinkScalaExample.scala 2018-11-27\T\23:38:25.899 [WARNING] Missing header in: /home/jenkins/jenkins-slave/workspace/pulsar_precommit_java8/pulsar-flink/src/test/scala/org/apache/flink/batch/connectors/pulsar/example/FlinkPulsarBatchSinkScalaExample.scala 2018-11-27\T\23:38:25.903 [INFO] ------------------------------------------------------------------------ ``` It should get fixed with `mvn license:format`
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
