Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[m2e-dev] eclipse-settings-maven-plugin future ?
  • From: Simon Bernard <sbernard@xxxxxxxxxxxxxxxxxx>
  • Date: Fri, 10 Jan 2020 17:27:50 +0000
  • Accept-language: fr-FR, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=sierrawireless.com; dmarc=pass action=none header.from=sierrawireless.com; dkim=pass header.d=sierrawireless.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=BotEodAkHetwa0hAOAp09O/hda/5bjWa1uF+duKnYy8=; b=DrhaRrv1bV5Kg8boiKnD3mxmUpQ3zLf39xhm67xOYq3ZPVsAUc7MiMBuYSgwwWTn8MinYKTb3EKVlhcBSYp7TWUynBO61kl92zxaktKUe0re/ZIuwLkO88JbQK648B65Jsrejrj3zLuUAJDc3nzkEeOcEaRFckWN9DT+rC2l7SrWdcqw4nXuEfecwDXskdUqC2LYFqsAYn0XB4tsawHSWX2yvVgqawJXYlSvSOLNz8RWYh6e1tVKbK2Cq7RIzHlKF/RB1vSYv1waOS26JhaW1+N1p5B+98TAa1uAwI1sMPBbmk8j+AfkQefTZi0uPxHRRZRCba5d4JYOjBwuN1ia9w==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=YMyrL3PMq5S99OJnqjwnnWENwfAFX1hGXl2pRif0uIRFpASuORCEDKtVPA5+Ft9ZoRgQc1DImpPyZgoPmhKMm0eXAcvratayJAZoiWd4JkBOaXrTU+u3Oac6handPVW6hGmZEfOzLIE6/0WUlWDXtEd5S6RSXes/ZR4xwaCqZvQ/OevgocWDtv1iS9ItzHhSRGIGwvsInKb4lr4XNCeb6bLDyl4RokheitK2a45+0SO69TrqkfD2MiF1O57ADgf1tabFWwOjoeOTEVxP+wGoCT9DYky9OgXrRUMMkzTihE4IjTshfk/+JJYvthMI1CZHTiql7ppF0sjetQjQbCryvA==
  • Delivered-to: m2e-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/m2e-dev>
  • List-help: <mailto:m2e-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/m2e-dev>, <mailto:m2e-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/m2e-dev>, <mailto:m2e-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHVx9tIoo0BFBfEoE2b4rqehhTJbw==
  • Thread-topic: eclipse-settings-maven-plugin future ?
  • User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.3.0

Hi,

  I currently use maven-eclipse-plugin for 2 purposes [1]:

  1. transform maven project in eclipse one.
  2. configure eclipse setting per projects. [2]

But maven-eclipse-plugin is obsolete now as m2e is the right way to do. So I search a replacement for 2.

  I find an alternative which is eclipse-settings-maven-plugin but the project is maybe dying.[3]
  It seems there is some active fork[4] but no clear situation.

  My question ?
   1. is my use case very very unusual ? if no is there a better way to do that ?
   2. if there is no better way, should we find a new home for this useful project ? For a project about "eclipse" and "maven" I think that maybe m2e could be a good place ? (this seems to be a very tiny project)

Just an idea.

Simon


[1]https://github.com/glhez/maven-repository/issues/1#issuecomment-573040043
[2]https://github.com/eclipse/leshan/blob/leshan-1.0.0-M12/pom.xml#L293
[3]https://github.com/BSI-Business-Systems-Integration-AG/eclipse-settings-maven-plugin/issues/13
[4]https://github.com/glhez/eclipse-settings-maven-plugin


Back to the top