RE: Maven-release-plugin error

2013-04-16 Thread Zanzerkia, Robert
of the workspace. Thanks, Robert -Original Message- From: Mirko Friedenhagen [mailto:mfriedenha...@gmail.com] Sent: Saturday, April 13, 2013 1:44 AM To: Maven Users List Subject: Re: Maven-release-plugin error Third guess, on Windows upper and lower case are ignored, so C:/tm/ucmdb and naming

Maven-release-plugin error

2013-04-12 Thread Zanzerkia, Robert
Hi, I am getting below error (SCM is Jazz RTC). Is there some convention about workspace name and snapshot name has to match? Is there a switch to override it? I also noticed that the original workspace I had specified get's changed as follows... RTCURL:PORT are replaced with real ones in my

Re: Maven-release-plugin error

2013-04-12 Thread Mirko Friedenhagen
Hello, my first guess would be the spaces in your workspace path, you could try to check out to C:/tmp/myprj and retry. Second guess: on windows path names must not be longer than 255 characters (at least Mercurial had problems with this), again, a checkout to C:/tmp/myprj could help. Regards

Re: Maven-release-plugin error

2013-04-12 Thread Mirko Friedenhagen
Third guess, on Windows upper and lower case are ignored, so C:/tm/ucmdb and naming the tag ucmdb-patterndev-0.6.6 could help. Regards Mirko -- Sent from my mobile On Apr 12, 2013 8:59 PM, Zanzerkia, Robert robert.zanzer...@fmr.com wrote: Hi, I am getting below error (SCM is Jazz RTC). Is

maven-release-plugin error

2008-01-31 Thread Matthew Tordoff
Hi all, I am having difficulties with the maven-release-plugin. It is the first time I have attempted to use this plugin and the error that it is throwing is really confusing me (see below). I have setup the tagBase and developerConnection configuration properties within the POM. Does anyone