On Fri, Jun 17, 2011 at 5:44 AM, Martin Schwarzbauer <[email protected]> wrote: > > My settings.xml: > <mirror> > <id>internal</id> > <mirrorOf>*</mirrorOf> > <name>Internal Sprecher Automation Repository.</name> > <url> > http://febuild1.sprecher-automation.com/archiva/repository/spr_internal/ > </url> > </mirror>
Do you have anything else in settings.xml? By default Maven doesn't have any repositories defined with snapshots enabled, so it won't retrieve any snapshots at all. -- Wendy
