You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pinot.apache.org by GitBox <gi...@apache.org> on 2019/01/31 08:24:38 UTC

[GitHub] snleee opened a new pull request #3772: Update pom files for preparing Apache release

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pinot.apache.org
For additional commands, e-mail: dev-help@pinot.apache.org