Re: With mvn release:prepare, is it possible to instruct Maven to use a forward slash in the submodule pom locations for the commit command?

2013-06-29 Thread Robert Scholte
Don't get confused by the version numbers: plugins written for Maven2 should still work for Maven3. For does depending on deprecated Maven2 code, a new version is often available. There a list[1] available which of plugin versions which are known to not be compatible, including the fixed vers

Re: With mvn release:prepare, is it possible to instruct Maven to use a forward slash in the submodule pom locations for the commit command?

2013-06-28 Thread Mark Eggers
Agreed - I saw that. You'd have to look at the patch and see how (if) it could be fitted to the latest release plugin. It does appear that this is a cygwin git issue, in that some git commands accept the backslash, while others do not. I wonder what core.ignoreCygwinFSTricks might do (see

Re: With mvn release:prepare, is it possible to instruct Maven to use a forward slash in the submodule pom locations for the commit command?

2013-06-28 Thread Don Branson
Jörg, I might, but I'd probably just try running the release from a linux server first. On Fri, Jun 28, 2013 at 4:21 PM, Jörg Schaible wrote: > Hi Don, > > Don Branson wrote: > > > I'm trying to resolve an issue which I've posted at > > > http://stackoverflow.com/questions/17367079/with-mvn-rele

Re: With mvn release:prepare, is it possible to instruct Maven to use a forward slash in the submodule pom locations for the commit command?

2013-06-28 Thread Don Branson
Mark, I did see that. It's for Maven 2.x, I'm running 3.0.5. The bug is marked "Unresolved." Its presence in 3.0.5 seems to confirm that. I'd be surprised if the patch is still applicable in maven 3. On Fri, Jun 28, 2013 at 4:22 PM, Mark Eggers wrote: > Top-posting, which seems to be the style

Re: With mvn release:prepare, is it possible to instruct Maven to use a forward slash in the submodule pom locations for the commit command?

2013-06-28 Thread Mark Eggers
Top-posting, which seems to be the style for this thread: Have you looked at: http://jira.codehaus.org/browse/MRELEASE-581 to see if the proposed patch fixes things for you? /mde/ On 6/28/2013 2:04 PM, Don Branson wrote: I'm open to linux/mac, yes, but is my client? Not as much... I've thou

Re: With mvn release:prepare, is it possible to instruct Maven to use a forward slash in the submodule pom locations for the commit command?

2013-06-28 Thread Jörg Schaible
Hi Don, Don Branson wrote: > I'm trying to resolve an issue which I've posted at > http://stackoverflow.com/questions/17367079/with-mvn-releaseprepare-is-it-possible-to-instruct-maven-to-use-a-forward-slas. > Is this a known issue with Maven+git+Cygwin? Is there a solution? Years ago I was in th

Re: With mvn release:prepare, is it possible to instruct Maven to use a forward slash in the submodule pom locations for the commit command?

2013-06-28 Thread Don Branson
I'm open to linux/mac, yes, but is my client? Not as much... I've thought about using the windows environment for this. I'd have to use a windows-based git instead of the cygwin one, and may or may not be able to install that on our locked-down machines. I'll do it if I have to, but I'm hoping to

Re: With mvn release:prepare, is it possible to instruct Maven to use a forward slash in the submodule pom locations for the commit command?

2013-06-28 Thread Russell Gold
I don't suppose you're open to the solution: "use linux or mac"? I think what you're running into a general cygwin problem: other than those built it, the tools are mostly windows tools and expect path names to refer to the windows file system, but cygwin uses its own paths and they don't always

With mvn release:prepare, is it possible to instruct Maven to use a forward slash in the submodule pom locations for the commit command?

2013-06-28 Thread Don Branson
I'm trying to resolve an issue which I've posted at http://stackoverflow.com/questions/17367079/with-mvn-releaseprepare-is-it-possible-to-instruct-maven-to-use-a-forward-slas. Is this a known issue with Maven+git+Cygwin? Is there a solution? -- Don Branson