Andreas Ernst wrote:
Hi,

it seems that 'maven allClean allBuild' tries every run to download jmock-SNAPSHOT.jar, but the file is still in {userhome}\.maven\repository\jmock\jars\jmock-SNAPSHOT.jar

While running Maven it show very often the message:

Attempting to download jmock-SNAPSHOT.jar.


Since SNAPSHOT means that we depend on a non-released version of JMock (ie the CVS HEAD version). Meven by default always try to refresh the SNAPSHOT.jar for a new version, ie a SNAPSHOT jar is never considered up to date by Maven even if found in the local repository.

You can use offline build mode (maven -o) to prevent it from
trying to download jmock every time.


-- Raphael Luta - [EMAIL PROTECTED] Apache Jetspeed - Enterprise Portal in Java http://portals.apache.org/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to