Return-Path: X-Original-To: apmail-maven-users-archive@www.apache.org Delivered-To: apmail-maven-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DB8B5182A7 for ; Fri, 27 Nov 2015 10:24:59 +0000 (UTC) Received: (qmail 98291 invoked by uid 500); 27 Nov 2015 10:24:58 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 98216 invoked by uid 500); 27 Nov 2015 10:24:58 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 98203 invoked by uid 99); 27 Nov 2015 10:24:58 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Nov 2015 10:24:58 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 01D341A0B20 for ; Fri, 27 Nov 2015 10:24:58 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.981 X-Spam-Level: ** X-Spam-Status: No, score=2.981 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd2-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id 7Duu_ZNME1VI for ; Fri, 27 Nov 2015 10:24:53 +0000 (UTC) Received: from mail-wm0-f48.google.com (mail-wm0-f48.google.com [74.125.82.48]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id ACF7620D11 for ; Fri, 27 Nov 2015 10:24:52 +0000 (UTC) Received: by wmww144 with SMTP id w144so52467182wmw.0 for ; Fri, 27 Nov 2015 02:24:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=1i6oKgOr32oxg14bUD84uSLZ6yVR8pZpOL/xZF34PaE=; b=cM10gLFPZH9LrLyv6IaDvWYkMS8gPPaiQACC9H42QgZ+baJyo/JBe4Ed5Mpd8AEVws Q9ZkdFhrMvFiA9a9s7h7c68HYHCtVOwK+8O+wIj8G2+gI7BJ3wT5M68Il8xN1ApF+LLw NPJyJUhPdCCaduiJnGyXjZBQeHYNqbMfrBePUZBZdcPK/7W9yYtn2pEMyhX3LBFX89DC JLIXMMG2e4EUn6Ae7ghZby7SxL112H9zDaRfnaPmT3Ze4peze+WwYTD+Nz6rKCdejuQY 3gPOvT22FI+qjslG+2Zc90wX1ERQ2glrTKXZnezgbxnNidJ7NwqU3IDzLp0D4CUIOFli zKIQ== MIME-Version: 1.0 X-Received: by 10.28.216.72 with SMTP id p69mr10066950wmg.14.1448619891378; Fri, 27 Nov 2015 02:24:51 -0800 (PST) Sender: anders.g.hammar@gmail.com Received: by 10.194.240.165 with HTTP; Fri, 27 Nov 2015 02:24:51 -0800 (PST) In-Reply-To: References: Date: Fri, 27 Nov 2015 11:24:51 +0100 X-Google-Sender-Auth: pyg-1AdnX4efDDwb0KcttdUtmcE Message-ID: Subject: Re: Changing maven central mirror results in redownload of all dependencies? From: Anders Hammar To: Maven Users List Content-Type: multipart/alternative; boundary=001a11469ac80a54c90525831ac4 --001a11469ac80a54c90525831ac4 Content-Type: text/plain; charset=UTF-8 I believe this is due to the id of the repo used changes. Maven 3 keeps track of which repo it used to download an artifact (which Maven 2 didn't). So if it changes it re-downloads to prevent issues due to artifact being different (which shouldn't be the case in a perfect world, but still happens). /Anders On Fri, Nov 27, 2015 at 11:19 AM, Thomas Meyer wrote: > Hi, > > I have the impression that changing the maven central mirror in the > settings.xml does result in redownloading of all dependencies?! > Why is that the case? > Can I supress this? I.e. the artifacts are actually the same! > > With kind regards > Thomas > --001a11469ac80a54c90525831ac4--