zabetak opened a new pull request, #512:
URL: https://github.com/apache/incubator-xtable/pull/512

   ## 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
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to