Return-Path: X-Original-To: apmail-maven-dev-archive@www.apache.org Delivered-To: apmail-maven-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 36DE218B71 for ; Sun, 4 Oct 2015 11:59:28 +0000 (UTC) Received: (qmail 71876 invoked by uid 500); 4 Oct 2015 11:59:27 -0000 Delivered-To: apmail-maven-dev-archive@maven.apache.org Received: (qmail 71797 invoked by uid 500); 4 Oct 2015 11:59:27 -0000 Mailing-List: contact dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Developers List" Reply-To: "Maven Developers List" Delivered-To: mailing list dev@maven.apache.org Received: (qmail 71785 invoked by uid 99); 4 Oct 2015 11:59:27 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Oct 2015 11:59:27 +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 9D13F1A0926 for ; Sun, 4 Oct 2015 11:59:26 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.301 X-Spam-Level: ** X-Spam-Status: No, score=2.301 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_DNSWL_LOW=-0.7, 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 YNQiyrUagMxE for ; Sun, 4 Oct 2015 11:59:20 +0000 (UTC) Received: from mail-la0-f44.google.com (mail-la0-f44.google.com [209.85.215.44]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id B2DFF20756 for ; Sun, 4 Oct 2015 11:59:19 +0000 (UTC) Received: by lackq9 with SMTP id kq9so4090563lac.2 for ; Sun, 04 Oct 2015 04:59:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:content-type; bh=G0f4nWgSU1vcGzPLOkRq3u/IAlpEIjZAqQNAPKY4l64=; b=JWkEsziMdc+NTB77f2NItTxHJDZzSpKEHq0UhYhbUa0DB6DvutpDZCy0uXcKLe8ZAL Fej15F6DCXcMy8+hKwZcuiqWY3HsnWhkrJ5w7elUagXHFbuLM9zXpswnR7D3YqfsPF1C RgMkV8pBnS2jjKvkw3kj6rtl+tGOPTsSp9mjn26xfuvQIqpu8Mifz2lGch+dUgeO6iLq z7X9oERdK5C1TiCKHdVqku14rmqsYaiE2KFsDgxx1mTsHcF41rydJcpbUTfp2U/HMJc5 YMjiQAwOUrR/QSjF3rhxGZU7km9Cm89s+6z/SuzyQFK13icwDtApuxo4tGpWE69N9HwY 7MeA== X-Received: by 10.25.208.141 with SMTP id h135mr6219383lfg.81.1443959951801; Sun, 04 Oct 2015 04:59:11 -0700 (PDT) MIME-Version: 1.0 Sender: bmathus@gmail.com Received: by 10.112.50.5 with HTTP; Sun, 4 Oct 2015 04:58:52 -0700 (PDT) In-Reply-To: References: From: Baptiste Mathus Date: Sun, 4 Oct 2015 13:58:52 +0200 X-Google-Sender-Auth: RSdQFPI4K6KTLZKld72KRZ5MVtw Message-ID: Subject: Re: [VOTE] Retire Maven Eclipse Plugin / Donation to Mojohaus To: Maven Developers List Content-Type: multipart/alternative; boundary=001a114115feff43ce0521461fd8 --001a114115feff43ce0521461fd8 Content-Type: text/plain; charset=UTF-8 +0.5. Having been using M2E for almost 10 years, granted, was touchy in the beginning, but wo issue nowaways, I guess that if it comes to MojoHaus we should put a notice for newcomers that they're likely more looking for M2E than using it. Btw, if it comes to MojoHaus I suppose you plan to change maven-eclipse-plugin to eclipse-maven-plugin, or do you plan to keep the GA as-is for backward compat? Cheers 2015-10-04 11:18 GMT+02:00 Robert Scholte : > Hi, > > during the latest upgrade of the plugin-parent I faced several issues with > the maven-eclipse-plugin. > It will take quite some time to fix these issues, but is it worth > maintaining it here? > Nowadays the Maven support for Eclipse is good and stable. > The maven-eclipse-plugin has a lot of integration tests which should be > rewritten, because it always launches a new Maven fork and it takes ages to > complete. This simply blocks good continuous integration of the plugins. > I know there are still some projects with can't use the Maven Integration > of Eclipse and depend on this plugin, so the sources need to stay available > for users so the can extend it for their own usage. > > I therefor propose that we retire maven-eclipse-plugin for the Apache > Maven project and donate it to the Mojohaus project > > If this vote is successful I will make one final release of the plugin, > making > it clear on the plugin site that it has been retired. After that the > source code > will be moved into the "retired" area in Subversion. > > The process for retiring a plugin is described here: > http://maven.apache.org/developers/retirement-plan-plugins.html > > The vote is open for 72 hours. > > [ ] +1 Yes, it's about time > [ ] -1 No, because... > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org > For additional commands, e-mail: dev-help@maven.apache.org > > -- Baptiste MATHUS - http://batmat.net Sauvez un arbre, Mangez un castor ! --001a114115feff43ce0521461fd8--