Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[starter-dev] Maven coordinates in UI
  • From: Alexander Rühl <alexander.ruehl@xxxxxxxxxxxxxxxx>
  • Date: Tue, 27 Jun 2023 14:06:29 +0000
  • Accept-language: de-DE, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=sti.valantic.com; dmarc=pass action=none header.from=sti.valantic.com; dkim=pass header.d=sti.valantic.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-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=p/Yy6RDfJcTUBuVP+ZLngCJnRKQ0oT9GO26yBnxKBpI=; b=ISeCUPfLoN7E+p2b2E8JhkQIvrvukCSQdU8nQtP+HgU8q4ws8yShoz0GoJ5RFmqBw8ED5Jn+FcsRY8ZE5DCFkZrckgWUMLgnPmnqptyoAEFIVx0FZVzudZno8AcaeLv1RGTsqoM3o85vhJI7da9N1jNh0hQ0xjtL7fPNt6sflj/MrHmRP58ZzhGAaGATIFuKD2Cd8W3XF3PbO+PcQRDEh4nYyZy23ejo5yyy81PRQ9IiMOqdWwdSArOcKr2nqBEKmNvuzZYJ7LSyRC+Lx1yNScp6YIh3O4qZpCtem/mXEU1cfHnvmRmRlbFqJ+jL1o1wbu8jpkPnXfklPwmVjIFbNg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=AuuYz+RMey7r6WcMyZepKRrOEz+y6fLYgHMJkgFaYNWfUw0KuZDsYjOBzEMc3ARGPI4/jdz1y6IB3bm2alvUll7muBDU6YsixvXDjLFZM5PVFTHiD5UCfeni1kv81AXUUA+2BaYnsymDpE7iWggtDZQjN5WVDZHGDCbZlarDG+AhmCUcSEFTq8BshMEYov/oUfdhgG9n2pb0J9/4Ec4/TFGaxLjgFurHCxM3njRUR/S8fHLNp/VeYPKO71NZUvpTmd2HeGADKurA/FlkXaGrAuGFCvUjZxTdnnKPkcfPk5LXm8paHfG2mkTkJMZV3r0DRj1VmUwVWdhcd56wJ6ljqg==
  • Delivered-to: starter-dev@xxxxxxxxxxx
  • List-archive: <https://dev.eclipse.org/mailman/private/starter-dev/>
  • List-help: <mailto:starter-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://dev.eclipse.org/mailman/listinfo/starter-dev>, <mailto:starter-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://dev.eclipse.org/mailman/options/starter-dev>, <mailto:starter-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AdmpAIE4vRE9SuZvTsa2KIcwObMyEg==
  • Thread-topic: Maven coordinates in UI

With introduction of the new UI in version 2 of the Starter, we omitted the Maven coordinates (group id, artifact id, version).
Of course, it is easy to just adapt them in pom.xml after project generation, but shouldn't we also have them in the UI with the default values and the option to change before generation?
This is at least what one finds in almost all other starters around and might be expected from users.

Alex



Back to the top