RE: Deploy to repository | Windows network file url

2007-02-14 Thread Brian-R . Jackson
Thanks that was helpful. -Original Message- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 14, 2007 10:53 AM To: Maven Users List Subject: Re: Deploy to repository | Windows network file url Deploy to shared directories with no spaces in their names? Wayne On 2

Re: Deploy to repository | Windows network file url

2007-02-14 Thread Wayne Fay
: Kevan Dunsmore [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 13, 2007 8:13 PM To: Maven Users List Subject: RE: Deploy to repository | Windows network file url Brian, This works for me: file:host/share/path Kevan. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PRO

RE: Deploy to repository | Windows network file url

2007-02-14 Thread Brian-R . Jackson
ository | Windows network file url Brian, This works for me: file:host/share/path Kevan. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 13, 2007 1:10 PM To: users@maven.apache.org Subject: RE: Deploy to repository | Windows network

RE: Deploy to repository | Windows network file url

2007-02-13 Thread franz see
ile:host/share/path > > Kevan. > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Tuesday, February 13, 2007 1:10 PM > To: users@maven.apache.org > Subject: RE: Deploy to repository | Windows network file url > > Thanks Gau

RE: Deploy to repository | Windows network file url

2007-02-13 Thread Kevan Dunsmore
Brian, This works for me: file:host/share/path Kevan. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 13, 2007 1:10 PM To: users@maven.apache.org Subject: RE: Deploy to repository | Windows network file url Thanks Gaute, I tried the

RE: Deploy to repository | Windows network file url

2007-02-13 Thread Brian-R . Jackson
- From: Gaute Lote [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 13, 2007 3:31 PM To: Maven Users List Subject: Re: Deploy to repository | Windows network file url I've had the same problem. If you check your local disc you'll probably have a catalog named host/path/to/my/Shared%20D

Re: Deploy to repository | Windows network file url

2007-02-13 Thread Gaute Lote
I've had the same problem. If you check your local disc you'll probably have a catalog named host/path/to/my/Shared%20Drive/Maven/repository/com/ubs/eq/tas/na/tasna/1.0-SNAPSHOT/ You need to add more slashes so that maven understand that the tagert directory is on another machine. If I remeber

Deploy to repository | Windows network file url

2007-02-13 Thread Brian-R . Jackson
So I'm trying to setup a repository on a Windows shared drive. I configured my POM as: tasna file://host/path/to/my/Shared%20Drive/Maven/repository I run "mvn deploy" and get the following output: [INFO] Scanning for projects... [INFO] -