apache / incubator-xtable

Apache XTable (incubating) is a cross-table converter for lakehouse table formats that facilitates interoperability across data processing systems and query engines.
https://xtable.apache.org/
Apache License 2.0
919 stars 147 forks source link

Incorrect product name and distribution years in NOTICE file inside jars (#509) #512

Closed zabetak closed 3 months ago

zabetak commented 3 months ago

What is the purpose of the pull request

509

Brief change log

Configure maven-remote-resources-plugin to use "Apache XTable (incubating) as the product name inside the NOTICE files.

Verify this pull request

This change added tests and can be verified as follows:

$ mvn clean install -DskipTests
$ for i in `find . -name "*jar"`; do echo $i; jar xf $i META-INF; cat META-INF/NOTICE; done