Re: Maven SCM plugin fails to do a scm:update after a scm:checkout with strange error message "Command failed.The git-log command failed."

2013-02-28 Thread seba.wag...@gmail.com
Hi Andreas, sorry its actually a private Git repo, I just replaced/obfuscated the domain name Sebastian Am 01.03.2013 20:56 schrieb "Andreas Gudian" : > Hi, > > Don't you have to use the https or ssh transport for github write access? > The git protocol is read-only on github. > > Anyway you're

Re: Maven SCM plugin fails to do a scm:update after a scm:checkout with strange error message "Command failed.The git-log command failed."

2013-02-28 Thread Andreas Gudian
Hi, Don't you have to use the https or ssh transport for github write access? The git protocol is read-only on github. Anyway you're right, the error message is a bit confusing. ;) Andreas Am Donnerstag, 28. Februar 2013 schrieb seba.wag...@gmail.com : > Hi, > > I have configured a Maven proje

RE: maven-scm-plugin fails

2005-07-15 Thread Van Steenberghe Mario (GFDI)
Thanks, I updated my local POM to use this version and everything seems to work fine now. Mario. -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: vrijdag 15 juli 2005 12:39 To: Maven Users List Subject: Re: maven-scm-plugin fails I updated the plugin pom to a

Re: maven-scm-plugin fails

2005-07-15 Thread Emmanuel Venisse
nuel Venisse [mailto:[EMAIL PROTECTED] Sent: vrijdag 15 juli 2005 10:47 To: Maven Users List Subject: Re: maven-scm-plugin fails Can you retry? I upload the missing file. For run the checkout goal, you need to provide a connection url : m2 -DconnectionUrl=scm:svn: scm:checkout Emmanuel Van Ste

RE: maven-scm-plugin fails

2005-07-15 Thread Van Steenberghe Mario (GFDI)
Memory: 1M/3M [INFO] -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: vrijdag 15 juli 2005 10:47 To: Maven Users List Subject: Re: maven-scm-plugin fails Can you retry? I upload the missing file. For run the checkout goal,

Re: maven-scm-plugin fails

2005-07-15 Thread Emmanuel Venisse
Can you retry? I upload the missing file. For run the checkout goal, you need to provide a connection url : m2 -DconnectionUrl=scm:svn: scm:checkout Emmanuel Van Steenberghe Mario (GFDI) wrote: Hi, We're trying to setup a build system using maven2, but the following error occurs while t

maven-scm-plugin fails

2005-07-14 Thread Van Steenberghe Mario (GFDI)
Hi, We're trying to setup a build system using maven2, but the following error occurs while trying to checkout a project from cvs. It seems that the maven-scm-plugin cannot be downloaded from the maven repository due to a missing release file. When I try to manually download and install the plu