Return-Path: X-Original-To: apmail-hadoop-common-dev-archive@www.apache.org Delivered-To: apmail-hadoop-common-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D252D175CB for ; Tue, 22 Sep 2015 14:57:04 +0000 (UTC) Received: (qmail 71991 invoked by uid 500); 22 Sep 2015 14:57:03 -0000 Delivered-To: apmail-hadoop-common-dev-archive@hadoop.apache.org Received: (qmail 71917 invoked by uid 500); 22 Sep 2015 14:57:03 -0000 Mailing-List: contact common-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-dev@hadoop.apache.org Delivered-To: mailing list common-dev@hadoop.apache.org Received: (qmail 71906 invoked by uid 99); 22 Sep 2015 14:57:03 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Sep 2015 14:57:03 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id AECA418098A for ; Tue, 22 Sep 2015 14:57:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.999 X-Spam-Level: * X-Spam-Status: No, score=1.999 tagged_above=-999 required=6.31 tests=[FSL_HELO_BARE_IP_2=1.999, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id r3OaXZZmpWLb for ; Tue, 22 Sep 2015 14:56:55 +0000 (UTC) Received: from relayvx11b.securemail.intermedia.net (relayvx11b.securemail.intermedia.net [64.78.52.184]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id 47E6344170 for ; Tue, 22 Sep 2015 14:56:55 +0000 (UTC) Received: from securemail.intermedia.net (localhost [127.0.0.1]) by emg-ca-1-1.localdomain (Postfix) with ESMTP id D069A53EFC for ; Tue, 22 Sep 2015 07:56:53 -0700 (PDT) Subject: Re: Local repo sharing for maven builds MIME-Version: 1.0 x-echoworx-msg-id: 9feeba1c-17b4-4170-acde-b50689ede70f x-echoworx-emg-received: Tue, 22 Sep 2015 07:56:53.797 -0700 x-echoworx-action: delivered Received: from 10.254.155.14 ([10.254.155.14]) by emg-ca-1-1 (JAMES SMTP Server 2.3.2) with SMTP ID 788 for ; Tue, 22 Sep 2015 07:56:53 -0700 (PDT) Received: from MBX080-W4-CO-1.exch080.serverpod.net (unknown [10.224.117.101]) by emg-ca-1-1.localdomain (Postfix) with ESMTP id 99E4A53EFC for ; Tue, 22 Sep 2015 07:56:53 -0700 (PDT) Received: from MBX080-W4-CO-2.exch080.serverpod.net (10.224.117.102) by MBX080-W4-CO-1.exch080.serverpod.net (10.224.117.101) with Microsoft SMTP Server (TLS) id 15.0.1044.25; Tue, 22 Sep 2015 07:56:51 -0700 Received: from MBX080-W4-CO-2.exch080.serverpod.net ([10.224.117.102]) by mbx080-w4-co-2.exch080.serverpod.net ([10.224.117.102]) with mapi id 15.00.1044.021; Tue, 22 Sep 2015 07:56:52 -0700 From: Steve Loughran To: "common-dev@hadoop.apache.org" Thread-Topic: Local repo sharing for maven builds Thread-Index: AQHQ8jwoJVWSvvvz4UqvF9GPIBCfiZ5DFCqAgAAD0oCAAAbLAIAAJ/iAgAAI1ICAAE7YgIAADPWAgAOhMgCAAZRugIAAPbGA Date: Tue, 22 Sep 2015 14:56:51 +0000 Message-ID: <87BED8B4-9607-4FB4-863F-CC744DCB0B2F@hortonworks.com> References: <14733720-752d-420a-ae60-a2d1922feb80.maildroid@localhost> <9A7D5663-0807-438C-82B2-2E441346AE9D@altiscale.com> <9F023CF2-33BB-4673-9550-09694C94585C@altiscale.com> <6C09969C-A237-4AE4-949F-F5DE973C8E07@hortonworks.com> <8AD4EE147886274A8B495D6AF407DF698E48179E@szxeml510-mbx.china.huawei.com> In-Reply-To: <8AD4EE147886274A8B495D6AF407DF698E48179E@szxeml510-mbx.china.huawei.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [31.53.131.169] x-source-routing-agent: Processed Content-Type: text/plain; charset="Windows-1252" Content-ID: <09A167942DA3EB41BACB1B071E2F3EC8@exch080.serverpod.net> Content-Transfer-Encoding: quoted-printable > On 22 Sep 2015, at 12:16, Brahma Reddy Battula wrote: >=20 > After using timestamped jars, hadoop-hdfs module might still continue to = use earlier timestamped jars (correct) and may complete run.But later modul= es might refer to updated jars which are from some other build. why?=20 If I do a build with a forced mvn versions set first,=20 mvn versions:set -DnewVersion=3D3.0.0.20120922155143 then maven will go through all the poms and set the version. the main source of trouble there would be any patch to a pom whose diff was= close enough to the version value that the patch wouldn't apply