It sounds like the main thing you want to do is work offline, usually with git 
I favour using the following release plugin settings:

                        <pushChanges>false</pushChanges>
                        <localCheckout>true</localCheckout>

This tells the release plugin to NOT push during the release, and to checkout 
from the local repository.  Leaving ME to do push to which ever upstream 
repository when I want/can.

Mark



On 4/08/2011, at 1:46 PM, erwin.muel...@deventm.org wrote:

>    I have them in properties because I like to change them without to touch 
> the pom.xml. Sometimes I work at home, there I have a good internet 
> connection, but sometimes I work with my laptop with no/bad connection. So I 
> setup a git repository and Archiva on localhost.
> 
>    git pull and git push works, and mvn deploy works, too. mvn scm update 
> works, too. So I don't understand, if I use the ssh protocol in the URLs, mvn 
> release works just fine. Is it an issue with the git protocol?
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to