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
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
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
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
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
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
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
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
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