Closed zabetak closed 3 months ago
Configure maven-remote-resources-plugin to use "Apache XTable (incubating) as the product name inside the NOTICE files.
maven-remote-resources-plugin
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
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: