RE: Re: [m2] archetype repository requires authentication

2008-09-22 Thread Edelson, Justin
if there was a better solution. Justin -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Adrian Herscu Sent: Sunday, September 21, 2008 3:37 AM To: users@maven.apache.org Subject: Re: [m2] archetype repository requires authentication Hi Dave, and thanks for the fast

Re: [m2] archetype repository requires authentication

2008-09-21 Thread Adrian Herscu
Hi Dave, and thanks for the fast reply. I already have a settings.xml and the build works by retrieving artifacts from the repositories defined in it. However, the archetypes are not searched in those repositories only in the central Maven repository :( I don't know why it does not use the

[m2] archetype repository requires authentication

2008-09-20 Thread Adrian Herscu
Hi all, I have written an archetype and deployed to my remote repository. The repository requires authentication. The problem is when somebody runs mvn archetype:generate ... -DarchetypeRepository=http://my.repo he gets a 401 from the server and generation fails of course. Is there any

Re: [m2] archetype repository requires authentication

2008-09-20 Thread Dave Newton
--- On Sat, 9/20/08, Adrian Herscu wrote: I have written an archetype and deployed to my remote repository. The repository requires authentication. The problem is when somebody runs mvn archetype:generate ... -DarchetypeRepository=http://my.repo he gets a 401 from the server and