Re: Artifact not getting downloaded from my-won-remote-repository

2011-01-13 Thread Anders Hammar
Here's one: Ditch the web server and get a real repo manager. I suggest Nexus, but there others. They all have free OSS versions, so there is absolutely no reason to not use them. Ron (one guy on this list) can tell you how they lost two years not using one. :-) /Anders On Thu, Jan 13, 2011 at

Re: Artifact not getting downloaded from my-won-remote-repository

2011-01-13 Thread Stephen Connolly
On 13 January 2011 08:58, Anders Hammar and...@hammar.net wrote: Here's one: Ditch the web server and get a real repo manager. I suggest Nexus, but there others. They all have free OSS versions, so there is absolutely no reason to not use them. Ron (one guy on this list) can tell you how they

Re: Artifact not getting downloaded from my-won-remote-repository

2011-01-13 Thread amaresh mourya
Hi All, With too much of tinkering I found out that nothing was wrong about using apache server and I had to just specify my repository under pluginRepositories section rather than repositories. Problem solved. Thanks to all. On Thu, Jan 13, 2011 at 2:55 PM, Stephen Connolly

Re: Artifact not getting downloaded from my-won-remote-repository

2011-01-13 Thread Ron Wheeler
On 13/01/2011 4:25 AM, Stephen Connolly wrote: On 13 January 2011 08:58, Anders Hammarand...@hammar.net wrote: Here's one: Ditch the web server and get a real repo manager. I suggest Nexus, but there others. They all have free OSS versions, so there is absolutely no reason to not use them.

Artifact not getting downloaded from my-won-remote-repository

2011-01-12 Thread amaresh mourya
Hi All, * Case* : I installed apache server and created a repository there in dir : C:\Program Files\Apache Group\Apache2\htdocs\repository\ I put some artifacts in there, I installed artifacts via (mvn install -DcreateChecksum=true) in this repository. These artifacts are basically some plugins