[
https://issues.apache.org/jira/browse/FLINK-23294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17376385#comment-17376385
]
Chesnay Schepler commented on FLINK-23294:
------------------------------------------
I looked a little bit into it and I'm afraid this could be annoying to solve.
So far, options are either
* adding a notice file to all projects
* create a custom remote-resource-bundle that uses a different NOTICE template
* remove the whole module name thing.
Alternatively we could of course also migrate all custom NOTICE to use the
module name, but I _really_ don't like that because it is inaccurate.
> Default NOTICE files should use artifact id instead of module name as their
> title.
> ----------------------------------------------------------------------------------
>
> Key: FLINK-23294
> URL: https://issues.apache.org/jira/browse/FLINK-23294
> Project: Flink
> Issue Type: Bug
> Components: Build System
> Affects Versions: 1.14.0
> Reporter: Caizhi Weng
> Priority: Major
>
> Currently all NOTICE files use the artifact id instead of module name as
> their title. However for the “integrated” NOTICE file generated in modules
> like {{flink-table-uber}} , modules without hand-written NOTICE files are
> referenced with their module name, not with artifact id.
> An example:
> {code}
> Flink : Table : API Scala bridge
> Copyright 2014-2021 The Apache Software Foundation
> flink-table-planner
> Copyright 2014-2021 The Apache Software Foundation
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)