Hi,

I use xxx-LOCAL for this kind of thing, since they are not considered as
snapshots, maven won't try everyday to download a new local version.

Vincent


2013/7/25 Ron Wheeler <rwhee...@artifact-software.com>

> Are you at least proxying the external Maven repos through your own repo.
> That will speed things up.
>
> Ron
>
> On 25/07/2013 9:58 AM, Kristian Freed wrote:
>
>> Unfortunately we also have other internal libraries on SNAPSHOT versions
>> that do need to be retrieved from the repository, so going offline
>> completely is not an option.
>>
>> Kristian
>>
>>
>> On Thu, Jul 25, 2013 at 2:12 PM, Andreas Dolk <
>> andreas.dolk.mobil@googlemail.**com <andreas.dolk.mo...@googlemail.com>>
>> wrote:
>>
>>  Sure. Build in offline mode:
>>>
>>> mvn install -o
>>>
>>> It may not work everytime, but maven will complain loud enough, if it
>>> can't
>>> find an artifact in your local repo.
>>>
>>> Andreas
>>>
>>>
>>> 2013/7/25 Kristian Freed <kristian.fr...@gmail.com>
>>>
>>>  Hi,
>>>>
>>>> In a current project, by convention, we use 1.0-LOCAL-SNAPSHOT as the
>>>> default version for local builds, producing official builds only through
>>>> our CI server. This works well but during local builds, Maven will
>>>> needlessly look for these versions in external repositories, slowing the
>>>> build down.
>>>>
>>>> Is there a way to configure Maven never to look for specific versions
>>>> outside the local .m2 cache to avoid this slowdown?
>>>>
>>>> Regards,
>>>> Kristian
>>>>
>>>>
>>>
>>> --
>>> Andreas Dolk
>>>
>>> Zurmainerstraße 33
>>> D-54292 Trier
>>> Phone「+49 651 4362884」
>>> Mobile「+49 177 4970815」
>>> EMail「andreas.dolk.mobil@**googlemail.com<andreas.dolk.mo...@googlemail.com>
>>> 」
>>>
>>>
>
> --
> Ron Wheeler
> President
> Artifact Software Inc
> email: rwhee...@artifact-software.com
> skype: ronaldmwheeler
> phone: 866-970-2435, ext 102
>
>
> ------------------------------**------------------------------**---------
> To unsubscribe, e-mail: 
> users-unsubscribe@maven.**apache.org<users-unsubscr...@maven.apache.org>
> For additional commands, e-mail: users-h...@maven.apache.org
>
>

Reply via email to