Dumb question about mirrors and repositories

2010-12-06 Thread Phillip Hellewell
For some reason I was under the impression that if I had a mirrorOf * defined in my settings.xml, I didn't need to have any repositories defined. mirrors mirror idall-mirror/id nameMirror of Everything/name urlhttp://maven.example.com:8080/nexus/content/groups/public/url

Re: Dumb question about mirrors and repositories

2010-12-06 Thread Hilco Wijbenga
On 6 December 2010 11:38, Phillip Hellewell ssh...@gmail.com wrote: For some reason I was under the impression that if I had a mirrorOf * defined in my settings.xml, I didn't need to have any repositories defined. : snip/ : So now I'm really curious.  Should it actually be working with just

Re: Dumb question about mirrors and repositories

2010-12-06 Thread Phillip Hellewell
On Mon, Dec 6, 2010 at 12:55 PM, Hilco Wijbenga hilco.wijbe...@gmail.com wrote: You need to add something like the following to your settings.xml to enable snapshots. ... Thanks, but if you look closely at my email you'll see I already figured that out. All I'm interesting in now is gaining

Re: Dumb question about mirrors and repositories

2010-12-06 Thread Justin Edelson
On Mon, Dec 6, 2010 at 3:15 PM, Phillip Hellewell ssh...@gmail.com wrote: On Mon, Dec 6, 2010 at 12:55 PM, Hilco Wijbenga hilco.wijbe...@gmail.com wrote: You need to add something like the following to your settings.xml to enable snapshots. ... Thanks, but if you look closely at my

Re: Dumb question about mirrors and repositories

2010-12-06 Thread Phillip Hellewell
On Mon, Dec 6, 2010 at 2:06 PM, Justin Edelson jus...@justinedelson.com wrote: Because by default, Maven only has central configured as a repository and that's only configured for release artifacts, not snapshots. Thanks! That explains it perfectly. Phillip