[
https://issues.apache.org/jira/browse/BAHIR-112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15985564#comment-15985564
]
ASF GitHub Bot commented on BAHIR-112:
--------------------------------------
Github user ckadner commented on the issue:
https://github.com/apache/bahir-flink/pull/16
@lresende -- the license header is verified/enforced by Scalastyle rule
```xml
<check level="error" class="org.scalastyle.file.HeaderMatchesChecker"
enabled="true">
<parameters>
<parameter name="header"><![CDATA[/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/]]></parameter>
</parameters>
</check>
```
> Maven reports "No sources to compile" in flink-connector-netty
> --------------------------------------------------------------
>
> Key: BAHIR-112
> URL: https://issues.apache.org/jira/browse/BAHIR-112
> Project: Bahir
> Issue Type: Bug
> Components: Build, Flink Streaming Connectors
> Affects Versions: Flink-0.1
> Reporter: Christian Kadner
> Priority: Critical
>
> Run:
> {code}
> mvn clean test -pl flink-connector-netty | grep -A1 "maven-compile"
> {code}
> Output:
> {code}
> [INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @
> flink-connector-netty_2.11 ---
> [INFO] No sources to compile
> --
> [INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @
> flink-connector-netty_2.11 ---
> [INFO] No sources to compile
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)