Re: AW: Question how to prevent maven from update manually added dependencies (detailed descr)

2007-09-10 Thread Roland Asmann
You could use the offline-mode (-o), but this will also cut off any other dependencies from being resolved (if they are not available). The best solution will probably be to add the POM for that project in a company-wide repository and add that repo in your POM. On Monday 10 September 2007 16:

AW: Question how to prevent maven from update manually added dependencies (detailed descr)

2007-09-10 Thread Ritz, Martin
It doesn't work. Another idea? Martin You can try setting the version in your dependency declaration to [1.0] which will "lock down" the version, and then Maven should realize that you already have those artifacts in your local repo cache, and it doesn't need to run out and look for updates

Re: Question how to prevent maven from update manually added dependencies (detailed descr)

2007-09-10 Thread Wayne Fay
You can try setting the version in your dependency declaration to [1.0] which will "lock down" the version, and then Maven should realize that you already have those artifacts in your local repo cache, and it doesn't need to run out and look for updates. Wayne On 9/10/07, Ritz, Martin <[EMAIL PRO

AW: Question how to prevent maven from update manually added dependencies (detailed descr)

2007-09-10 Thread Ritz, Martin
Hallo, thx for the quick answer. Here a bit longer description: I have some dependencies which I added manually to my local repo because they are not available in the remote repository. Now everytime I build my project maven tries to update this dependency which is not availble in the remote rep

Re: Question how to prevent maven from update manually added dependencies

2007-09-07 Thread Sebastian Johnck
I believe you can change the update frequency when you declare the repository element, options are always, never, daily, Xminutes, etc. I dont think you can do it on a per dependency basis. On 9/7/07, Wayne Fay <[EMAIL PROTECTED]> wrote: > > Its not clear what you are trying to do and why. Please

Re: Question how to prevent maven from update manually added dependencies

2007-09-07 Thread Wayne Fay
Its not clear what you are trying to do and why. Please explain things better. In the meantime, you can use "mvn -o ..." for "offline mode" which will force Maven to use only the artifacts available on your machine for a given build. Wayne On 9/7/07, Ritz, Martin <[EMAIL PROTECTED]> wrote: > Ho

Question how to prevent maven from update manually added dependencies

2007-09-07 Thread Ritz, Martin
Ho Maven Users, I searched a lot around but couldn't find the answer to my question: How can I prevent maven from update manually added dependencies? Scope provided and system doesn't match my requirements - is there a way of doing in a other way? Thx alot --- Martin Ritz > BTC AG - Geschäftsei