Path: csiph.com!goblin2!goblin1!goblin.stu.neva.ru!border1.nntp.ams1.giganews.com!nntp.giganews.com!news.panservice.it!bofh.it!news.nic.it!robomod From: Emmanuel Bourg Newsgroups: linux.debian.maint.java Subject: Re: plans for eclipse luna in debian Date: Mon, 29 Feb 2016 14:10:02 +0100 Message-ID: References: X-Original-To: Luca Vercelli , Christopher Hoskin X-Mailbox-Line: From debian-java-request@lists.debian.org Mon Feb 29 13:03:20 2016 Old-Return-Path: X-Amavis-Spam-Status: No, score=-7.697 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.001, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.001, LDO_WHITELIST=-5, RCVD_IN_DNSWL_LOW=-0.7] autolearn=ham autolearn_force=no X-Policyd-Weight: using cached result; rate:hard: -7 Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:subject:to:references:cc:from:message-id:date:user-agent :mime-version:in-reply-to:content-transfer-encoding; bh=Q6MPI11B7TDMFZVwpIEW5nmxNNzIMhHGxtwNenzRzn8=; b=mG5xTBwvxcPN5HStF0+6HbUpZHhCsmjW8xAShPONXCXWgetDMB0gy2TKAH3TRp200K 8Av5ywdIm4pBo8J6jovb/WaufEGNywM0ElonKICsk8N3rUlAkGqvI4SGqs7pW1YUQmIP tawibEOjRE0bSrwNq0liHMKL0WCaeieTisC/4gEOSOmcXE1CZBCAiPHtn1eh/zK5cW4k yN6Y5tLSpFwjHCO47alg4g6vGXex3u8j8qP8TTdT5XdI/zEPenbew/gTPFGKo+0A1rjB W0H3qV+2151E0FGRgHtc9VqrHPbYdn9vJFpty2uDYeuhqyOCscADhUPKLhO67ROvOe9x N4tA== X-Google-Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:subject:to:references:cc:from:message-id :date:user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=Q6MPI11B7TDMFZVwpIEW5nmxNNzIMhHGxtwNenzRzn8=; b=gaCIIAaAo6MdJ1G49OaO9S8XkiBHITOPbp6W1byBA0b1O7RGpGs9AJaFXPMprtESOU W7FSUsmMRoqv56LMblblhs/Kwr9zc11J4ZVH90+nmxbbmQcbuSdCFQu4m+E+Vbd/goE1 7mB0xlU1xnNHY0D+fXF78Qbi7RcN1CUfZEEf9dDYsuZoW5bCH5k2B218wfDjXjqUP/xf jv0efnoH+it1nAgtO+mopJ9BclMdVQHzyCWrOudl99FXtXdgsUQdz2ITBuI2qM/k5898 +5+HGBj8FLPuy+bjG5+4F3/wKEtB+/5UZFVih9lyAqy9zNSwuC9TiOoHXkdi7rNntK/7 qTCA== X-Gm-Message-State: AD7BkJLPfGiGFCbAHb6ovOttG+Pr8Py3JQ66CdSHsyde4cvZmYv54NmEpyhUwne9aaG6nQ== X-Received: by 10.28.189.67 with SMTP id n64mr12241624wmf.24.1456750979897; Mon, 29 Feb 2016 05:02:59 -0800 (PST) Sender: robomod@news.nic.it User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Mailing-List: archive/latest/19234 List-ID: List-URL: List-Archive: https://lists.debian.org/msgid-search/56D44182.2010004@apache.org Approved: robomod@news.nic.it Lines: 12 Organization: linux.* mail to news gateway X-Original-Cc: debian-java@lists.debian.org X-Original-Date: Mon, 29 Feb 2016 14:02:58 +0100 X-Original-Message-ID: <56D44182.2010004@apache.org> X-Original-References: <551EA3D7.30105@onenetbeyond.org> <5617EEA7.6030803@gmail.com> <5617F732.6060202@gambaru.de> <562246E8.7050209@gmail.com> <5622636C.2030008@gambaru.de> <5623BF70.3040907@gambaru.de> <56261E4C.8010503@gmail.com> <56267489.3040909@gambaru.de> <5641E335.2060907@gmail.com> <56423C7A.7080509@gambaru.de> <5644853D.2060507@gmail.com> <56461911.1090907@gambaru.de> <566707FA.60506@gmail.com> <566DDFF8.6060007@debian.org> <568E56BC.3060302@gmail.com> <568E5DAB.80503@debian.org> <568E7689.7040407@gmail.com> <568E83EE.7040805@debian.org> <5699EFC5.50909@gmail.com> <56C9F4F2.8010903@gmail.com> X-Original-Sender: Emmanuel Bourg Xref: csiph.com linux.debian.maint.java:8908 Le 21/02/2016 18:33, Luca Vercelli a écrit : > I have a general question on Maven. I see that most "pom.xml"'s in Tycho > do not contain explicit versions of dependencies and plugins. My Maven > gives a lots of errors during compilation because of this. Is there a > method to avoid declaring versions? Warnings or errors? You are probably missing a parent pom defining the versions of the plugins. But if it doesn't break the build you can ignore the messages, the version available in Debian will be picked (it doesn't always work though). Emmanuel Bourg