You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2018/05/24 17:12:50 UTC

[GitHub] sijie opened a new pull request #1437: Use maven-exec-plugin to get the maven project version for CI jobs

sijie opened a new pull request #1437: Use maven-exec-plugin to get the maven project version for CI jobs
URL: https://github.com/apache/bookkeeper/pull/1437
 
 
   Descriptions of the changes in this PR:
   
   *Motivation*
   
   The current approach to get project version isn't reliable on CI environment. It might have garbage output (e.g. exceptions).
   
   *Solution*
   
   Changed to use `exec-maven-plugin` to echo `${project.vesion}`. It provides a more reliable approach to get version on CI environments.

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