> -----Original Message----- > From: Tom Hurley [mailto:[EMAIL PROTECTED] > Sent: Monday, October 23, 2006 4:53 PM > To: Maven Users List > Subject: RE: Problem using Maven2 eclipse plugin > > Nicolas: > > I found this link on the MyEclipse User List ([EMAIL PROTECTED]) > and it fixed that problem for me. > > http://jira.codehaus.org/browse/MNGECLIPSE-124 > > Tom.
After reading that, I dug into the issue a bit more, since I just started seeing it. It looks to me that paths might not being resolved properly in maven itself. I recently joined a Windows domain with this machine and we employ folder redirection. Running "mvn -X package" on one project, I see the following: [DEBUG] Building Maven user-level plugin registry from: 'C:\aristotle\Users\kmenard\.m2\plugin-registry.xml' Note that the server name is "aristotle" and the UNC path is \\aristotle\Users\kmenard. So, it looks to me like there's some weird, broken resolution that's going on. I'm trying to see what else I can find, but that may be somehow related. -- Kevin --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
