Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-dev] Bump min Maven requirement to 3.1.0
  • From: "Sievers, Jan" <jan.sievers@xxxxxxx>
  • Date: Tue, 24 Sep 2019 08:01:28 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=sap.com; dmarc=pass action=none header.from=sap.com; dkim=pass header.d=sap.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=28oGtA05z5ra0lkfKEDOslE81+IvqwE3KbaBF8aZ0Zg=; b=m5XBIim18vbd1dFrXO4o8UdCuZamS0Hv3uaN/s8YdKl8tBUN9Mm1D34zpQpMOv/AEpn7IEZD4MTmmktHxsRccUH5oLAajQVmK8RH0ySporalFPr/16a6sD8ct6/LS+sTfXqiegQQXrU9SmQyk+MziJcyUIjwoOplfi6d3ADz60d8F5FXpbXbyZEzNW2CdOu9b5m40IXgPKqOKdBdXtXjBK2Sk27udi4CKqr9goAzQLA64h3fXVJDNL6tk/AepP3o7UqvvNAn6VxMvZPuyBPvk8ZpptfLTyZLwPAzKxJJFO0CZtBohHgOG3oO/QrkfRbMHNSZHQvM32Xwor+guEml8A==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=iT2VLpGlRIhRB6DYxk4BM6UOXyPVgwTx4ZCMcwK0kCGpkj2Y+bbqPgoJKfJU/8LcbAf2T5z8r3rkpTEZVCmRbdQZzsnVJkSAB2SxJVZUsTJeXDzkHwNl5ZWzU0mZ6PGMBEuWiQQ9kY1m8uPRUusvf8hUro+PoKOeef44Xqkm/emh+mmiN33ZJ0tdiUUM9osgdd1JSzyUaBZiiBJC79R0g+u3dFq023KBesLDcLrO8xQ6yv/0p7Q/EUxdwlJ6uKLjXJapahxiXwMj77nJzIVLNhhssiyodkdBMd2u8PBWTsBVLQaz/Vg1a/feUPYlpAyrT+oNZ0rr54YDFL27g/SEnA==
  • Delivered-to: tycho-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/tycho-dev>
  • List-help: <mailto:tycho-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/tycho-dev>, <mailto:tycho-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/tycho-dev>, <mailto:tycho-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHVb4Ill6wjZVClvkaGwkU0awLqy6c2rf6AgAKZXgCAAVfEgA==
  • Thread-topic: [tycho-dev] Bump min Maven requirement to 3.1.0
  • User-agent: Microsoft-MacOutlook/10.1d.0.190908

https://github.com/eclipse/tycho/blob/0564054e69b7924f38b3ff8763fd1c7ca634ee1b/tycho-its/pom.xml#L28


From: <tycho-dev-bounces@xxxxxxxxxxx> on behalf of Aleksandar Kurtakov <akurtako@xxxxxxxxxx>
Reply to: Tycho list <tycho-dev@xxxxxxxxxxx>
Date: Monday, 23. September 2019 at 15:32
To: Tycho list <tycho-dev@xxxxxxxxxxx>
Subject: Re: [tycho-dev] Bump min Maven requirement to 3.1.0

Where should I look for that ?

On Sat, Sep 21, 2019 at 10:50 PM Sievers, Jan <mailto:jan.sievers@xxxxxxx> wrote:
+1
 
just make sure integration tests are being run using maven 3.1.0
 
From: <mailto:tycho-dev-bounces@xxxxxxxxxxx> on behalf of Aleksandar Kurtakov <mailto:akurtako@xxxxxxxxxx>
Reply to: Tycho list <mailto:tycho-dev@xxxxxxxxxxx>
Date: Friday, 20. September 2019 at 09:08
To: Tycho list <mailto:tycho-dev@xxxxxxxxxxx>
Subject: [tycho-dev] Bump min Maven requirement to 3.1.0
 
All the details are in bugzilla [1] and gerrit[2] is anyone has issue with the subject please speak up. 
For completeness I'm posting the details here too:
Tycho uses plexus-container-default which doesn't make much sense as it's the container used by Maven 2.x while Tycho's minimal requirement is Maven 3.0.5. Maven 3.0.x uses sisu-inject-plexus but from the range of supported versions only Maven 3.0.5 uses it as next version is 3.1.0 which already uses org.eclipse.sisu.plexus. Additional benefit of switching to org.eclipse.sisu.plexus is that as an eclipse project artifact it doesn't require CQ. The only downside (if we can call it that way ) is that version 3.0.5 will no longer be supported which should be fine considering that Maven 3.1.0 is released on 2013-07-15.
 
 
[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=551292
[2] https://git.eclipse.org/r/c/149869/

-- 
Alexander Kurtakov
Red Hat Eclipse Team
_______________________________________________
tycho-dev mailing list
mailto:tycho-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/tycho-dev


-- 
Alexander Kurtakov
Red Hat Eclipse Team


Back to the top