Hi Volkan, On Thu, 4 May 2023 at 09:09, Volkan Yazıcı <vol...@yazi.ci> wrote: > (NOTICE file is missing, but not a blocker, AFAIC.)
META-INF/{DEPENDENCIES,LICENSE,NOTICE} are generated by the Apache Maven Remote Resources plugin (courtesy of the ASF parent POM): https://maven.apache.org/plugins/maven-remote-resources-plugin/index.html The Velocity templates used to generate them can be found here: https://github.com/apache/maven-apache-resources/tree/master/jar/src/main/resources/META-INF The generated resources should probably be included into the source archive (another reason to use `maven-assembly-plugin`). That is what the ASF parent POM does. Piotr