Path: csiph.com!au2pb.net!feeder.erje.net!2.us.feeder.erje.net!news.glorb.com!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:04 +0100 Message-ID: References: X-Mailbox-Line: From debian-java-request@lists.debian.org Mon Feb 29 13:03:07 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=cIKTH8ZSEhaGIatFofUx3CCSKZxNTIGsMKUeVjiYi7XBpBgOzSCwf04udI3yKicJm6 1kkstBP5DIhrKrBtODH48IXBoBnTKWrNDz7tZ9qt3595VlUZzh7FSQY00lWlLXe5APi1 yqHbaws2QUV2YXLiPkU9MlIMSUiqitAPBWrjVYUhLz58vR4kODQXkLXWF51O54f2LusB n5ZQIJAUkaFSSPSuXdqKn4BHaAbAlT/n+rGe/F0KmY9pe4KcWS5bnMYiHX+qn0NaF2dx qbdlxUhDNgUFAyM42WPbLx0sGxYXl0IEGuEaGfBxE2HhCfO/KYSXWbbmXaIIN2va9ML+ p9Dg== 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=NuX5qncILE+y3Tt8n0enMBp/LfCeBx4E96066aZB/svZL9QjiqOH1ty5XNNQHeo8RE g9QUihkcEtxzIWHLlEoNbv0PKMgLZLOyMrKEvZdvx+vVPIBCvsAOvveZSAynmEUKeVkg jSlOwlLerq6z0+uxx8pIed2Xrli/dtFvwJhHPEphsveL/yzkAPMU+klhVflZIMaVUWlI 00R5D9plQPiUQBRdz9mfI9HKyYYTV9deCnhtdAf2uf0G0gwQjs0bfOigB7U64o+UjgZH +k7BdcZqvvjqxhmVkwMw2QPwNhzfn8+yXJ4iQS5QB76eN2+vjkbEe7yI2rcdGDoWssBl KHSw== X-Gm-Message-State: AD7BkJJMFwg+sHeFcSFveUHW9aiL3tjYvbsV9xYxvftuGocwCGRlt3r0luxkIkXszvoZEA== X-Received: by 10.28.227.213 with SMTP id a204mr12325853wmh.2.1456750972468; Mon, 29 Feb 2016 05:02:52 -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/19233 List-ID: List-URL: List-Archive: https://lists.debian.org/msgid-search/56D4417A.9080604@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:50 +0100 X-Original-Message-ID: <56D4417A.9080604@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:8909 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