snleee opened a new pull request #3772: Update pom files for preparing Apache release URL: https://github.com/apache/incubator-pinot/pull/3772 1. Changed the version form "0.016" to "0.17.0-SNAPSHOT" 2. Added two profiles (-Psrc-dist, -Pbin-dist) for creating binary, source distribution tarbell. For bin-dist profile, LICENSE-binary, NOTICE-binary, and licenses-binary are included to a distribution tarbell after removing "-binary" from their names. 3. Added "maven-remote-resources-plugin" to include NOTICE, LICENSE, DISCLAIMER files in META-INF/ for jar bundle. From now on, "mvn install -DskipTest" will only package the projects into jars. In order to create a binary distribution or source distribution, we will need to run the following commands: mvn install -Psrc-dist -DskipTests mvn install -Pbin-dist -DskipTests mvn install -Psrc-dist,bin-dist -DskipTests
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
