Use -o (offline) option -----Original Message----- From: Ivanhoe Abrahams [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 03, 2007 9:27 AM To: [email protected] Subject: Maven : How to tell maven that jars are already in the local repository
Hi there, I downloaded the latest snapshot of servicemix source code. I'd like to run mvn jetty:run on the servicemix-web sample. Now I did this, but then an error occurred(some javadb lib that it couldnt find). Now I want to run the same command -> mvn jetty:run , but it seems like it just starts to download all dependent jars again.... How do I tell maven to look in the local repository Thanx in advance Ivanhoe
