Re: mvn release is failing with git

2011-11-03 Thread Andreas Weise
Hi Erwin, Did you (or anyone else) solve the issue in the meanwhile? I am facing exactly the same behavior when doing a release:prepare. Somehow the plugin cuts the git URL at the end. Thanks in advance for your answer. Andreas -- Hello, do you think it's a bug in th

Re: mvn release is failing with git

2011-08-07 Thread Erwin Mueller
Hello, do you think it's a bug in the maven plugin or did I did something wrong? I tested it on other projects and it's always the same. At the end it tries to use the URL git://localhost/~devent with is missing the part of the repository. It should be git://localhost/~devent/rssconjava.git

Re: mvn release is failing with git

2011-08-05 Thread Erwin Mueller
Hi, yes, I want to work offline. But I want to automate all as much as possible, that's why I'm using the release plugin. Thank you, Erwin. - "Mark Derricutt" wrote: > It sounds like the main thing you want to do is work offline, usually > with git I favour using the following releas

Re: mvn release is failing with git

2011-08-05 Thread Erwin Mueller
Hi, I tried with repository-root-urls-local repository-proxy-local and it works ony partial. Why is the release plugin only using git push *git://localhost/~devent* rssconjava-parent-2.2? Where is the rest of the URL? In the previous invocation it is using th

Re: mvn release is failing with git

2011-08-05 Thread Mark Derricutt
It sounds like the main thing you want to do is work offline, usually with git I favour using the following release plugin settings: false true This tells the release plugin to NOT push during the release, and to checkout from the local repository

Re: mvn release is failing with git

2011-08-04 Thread Ansgar Konermann
Am 05.08.2011 03:05, schrieb Erwin Mueller: > Hi, > > Maybe I need to activate the profile from the command line? Either that or use in your settings.xml instead of activeByDefault. The latter is is *only* relevant if no other profiles are activated (as the release plugin does). This is documente

Re: mvn release is failing with git

2011-08-04 Thread Erwin Mueller
Hi, you are saying because of mvn release plugin I can't use any of my own profiles in settings.xml? That sounds to me like a bug, why would you ever want that? Do you have a workaround for it? Maybe I need to activate the profile from the command line? - "Stephen Connolly" wrote: >

Re: mvn release is failing with git

2011-08-04 Thread Erwin Mueller
log it to > the console in case of an error. > Please try to execute this command manually and check if there are any > errors too. > > LieGrue, > strub > > --- On Thu, 8/4/11, Stephen Connolly > wrote: > > > From: Stephen Connolly > > Subject: Re: mv

Re: mvn release is failing with git

2011-08-04 Thread Mark Struberg
ct: Re: mvn release is failing with git > To: "Maven Users List" > Date: Thursday, August 4, 2011, 6:43 AM > release activates some profiles which > will result in the active by default > profiles no longer being so > > - Stephen > > --- > Sent from my Androi

Re: mvn release is failing with git

2011-08-03 Thread Stephen Connolly
release activates some profiles which will result in the active by default profiles no longer being so - Stephen --- Sent from my Android phone, so random spelling mistakes, random nonsense words and other nonsense are a direct result of using swype to type on the screen On 4 Aug 2011 03:10, wro

mvn release is failing with git

2011-08-03 Thread erwin . mueller
Hallo, I have an error in maven release plugin (mvn release:prepare): [ERROR] The git-push command failed. [ERROR] Command output: [ERROR] fatal: The remote end hung up unexpectedly But I'm sure that the remote repository works just fine. Is there difficulties with the git protocol? I p