Re: Using the Maven Deploy Plugin

2012-08-06 Thread Benson Margulies
On Sun, Aug 5, 2012 at 6:23 AM, chan channas...@yahoo.com wrote: Hi all, Even I've setup this to local repository for deploy http://localhost:8081/nexus/index.html#view-repoitories BUT it gives me the same 400 error above... What error is that? @I've tried all the solutions suggested

Re: Using the Maven Deploy Plugin

2012-08-05 Thread chan
Hi all, Even I've setup this to local repository for deploy http://localhost:8081/nexus/index.html#view-repositories BUT it gives me the same 400 error above... @I've tried all the solutions suggested before, but nothing worked. Even I deleted the earlier from local file system repository...

Re: Using the Maven Deploy Plugin

2009-11-30 Thread starver
Neil, In addition to other responses (use http, not file): 1. Check the repo url in your output. I think the trailing slash in your pom.xml url will result in two slashes in the actual url (id did in mine). 2. I assume the repo entry is a child of distributionManagement and that your id matches

Re: Using the Maven Deploy Plugin

2009-11-30 Thread Brian Fox
Subject: RE: Using the Maven Deploy Plugin No, it's http that you want. Since you used file initially you'll probably see your artifacts on your local disk in a directory like myserver:8081/nexus/content/repositories/myRepo/ -Original Message- From: Neil Chaudhuri [mailto:nchaudh

Re: Using the Maven Deploy Plugin

2009-11-30 Thread Brian Fox
List Subject: RE: Using the Maven Deploy Plugin No, it's http that you want. Since you used file initially you'll probably see your artifacts on your local disk in a directory like myserver:8081/nexus/content/repositories/myRepo/ -Original Message- From: Neil Chaudhuri [mailto:nchaudh

Re: Using the Maven Deploy Plugin

2009-11-12 Thread Stevo Slavić
http://maven.apache.org/pom.html#Repository Regards, Stevo. On Thu, Nov 12, 2009 at 9:30 PM, Neil Chaudhuri nchaudh...@potomacfusion.com wrote: We have an internal Maven repository that I can view in my browser at http://myserver:8081/nexus/content/repositories/myRepo/. I am simply trying

RE: Using the Maven Deploy Plugin

2009-11-12 Thread Neil Chaudhuri
Message- From: Stevo Slavic [mailto:ssla...@gmail.com] Sent: Thu 11/12/2009 3:14 PM To: Maven Users List Subject: Re: Using the Maven Deploy Plugin http://maven.apache.org/pom.html#Repository Regards, Stevo. On Thu, Nov 12, 2009 at 9:30 PM, Neil Chaudhuri nchaudh...@potomacfusion.com wrote

RE: Using the Maven Deploy Plugin

2009-11-12 Thread Jamie Whitehouse
, 2009 4:32 PM To: Maven Users List Subject: RE: Using the Maven Deploy Plugin As illuminating as that link is, I have my pom setup in precisely that fashion. The only difference is that I am not using either scp or sftp as my protocol because they are not appropriate in my case. Is file

RE: Using the Maven Deploy Plugin

2009-11-12 Thread Neil Chaudhuri
. -Original Message- From: Jamie Whitehouse [mailto:jamie.whiteho...@genesyslab.com] Sent: Thu 11/12/2009 3:40 PM To: Maven Users List Subject: RE: Using the Maven Deploy Plugin No, it's http that you want. Since you used file initially you'll probably see your artifacts on your local