[
https://issues.apache.org/jira/browse/FLINK-6564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16007656#comment-16007656
]
Fang Yong commented on FLINK-6564:
----------------------------------
Thank you for your report, and also I meet this problem in windows. I find that
the path is configed in pom.xml as follows:
<configuration>
<outputDirectory>${basedir}/target/classes/META-INF/licenses/</outputDirectory>
<resources>
<resource>
<directory>${basedir}/licenses</directory>
<includes>
<include>LICENSE.*.txt</include>
</includes>
</resource>
</resources>
</configuration>
Could the outputDirectory be renamed to another path such as
${basedir}/target/classes/META-INF/packaged_licenses/ to fix this problem?
[~StephanEwen]
> Build fails on file systems that do not distinguish between upper and lower
> case
> --------------------------------------------------------------------------------
>
> Key: FLINK-6564
> URL: https://issues.apache.org/jira/browse/FLINK-6564
> Project: Flink
> Issue Type: Bug
> Components: Build System
> Affects Versions: 1.3.0, 1.4.0
> Reporter: Fabian Hueske
> Priority: Blocker
> Fix For: 1.3.0, 1.4.0
>
>
> A recent change of the root pom tries to copy licenses of bundled
> dependencies into the {{META-INF/license}} folder. However, the {{META-INF}}
> folder contains already a file {{LICENSE}} which contains the AL2.
> File systems that do not distinguish upper and lower case are not able to
> create the {{license}} folder because the {{LICENSE}} file exists.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)