maven says artifact does not exist, without consulting repository

2008-03-26 Thread David Delbecq
Hello, i have a curious problem here. Maven tells me this (see below) it can't find a artifact. However, the file is present and i can download it via a browser using the following address:

Re: maven says artifact does not exist, without consulting repository

2008-03-26 Thread Upul Godage
Hi, Check whether snapshots are enabled for that repository in the ~/.m2/settings.xml or pom.xml* * snapshots enabledtrue/enabled /snapshots Upul On Wed, Mar 26, 2008 at 4:53 PM, David Delbecq [EMAIL PROTECTED] wrote: Hello, i have a curious problem here. Maven tells me this (see below)

Re: maven says artifact does not exist, without consulting repository

2008-03-26 Thread David Delbecq
Huh, thanks stupid me putting sandbox instead of snapshot :) There were no snaphsot repo in that pom.xml, that explain ;) En l'instant précis du 26/03/08 12:39, Upul Godage s'exprimait en ces termes: Hi, Check whether snapshots are enabled for that repository in the ~/.m2/settings.xml or