julianhyde commented on issue #104: WIP: CALCITE-3158: Avatica: migrate build 
system to Gradle
URL: https://github.com/apache/calcite-avatica/pull/104#issuecomment-540667999
 
 
   A different idea is to add this to your `maven-release-plugin` properties in 
`pom.xml`:
   ```
           <configuration>
             <localCheckout>true</localCheckout>
             <pushChanges>false</pushChanges>
           </configuration>
   ```
   
   It allows a release to be made (or prepared) without pushing to the remote 
git repository. (This is for maven, obviously. I don't know whether there's an 
equivalent for gradle.)
   
   It will serve your purposes, and we could even make it the default.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to