Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [starter-dev] Maven coordinates in UI

Ohhh, got it now.

Em qua., 28 de jun. de 2023 07:02, Alexander Rühl via starter-dev <starter-dev@xxxxxxxxxxx> escreveu:
No Jeyvison, it was not about the version of the archetype, it was about entering group id, artifact id and version for the newly created project.
As was said, this may not be necessary, since it can easily be edited in pom.xml afterwards, but as a matter of fact is present in other starters, e.g. MicroProfile, OpenLiberty, Quarkus, SpringBoot, ... and was in our own half a year ago.
So we could re-add 3 input fields containing the default coordinates and the user can just take them as is or enter directly the final values.

Alex








Hello, Alexander  \o
I think this PR kinda addresses this: https://github.com/eclipse-ee4j/starter/pull/273. It's not in the UI for now, it's a different endpoint.

Check this printscreen of the starter page's footer:


In the last deployment ,as a part of a test, I manually added the archetype version ther, at the end.

I think the maven coordinates are a bit unnecessary but i agree we should have the version displayed so the users can check in the repo if they want, so
maybe a mixed approach between what was delivered in the above PR and what I did manually would be better?
What do you folks think?

Em ter., 27 de jun. de 2023 às 15:06, Alexander Rühl via starter-dev <mailto:starter-dev@xxxxxxxxxxx> escreveu:
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

_______________________________________________
starter-dev mailing list
mailto:starter-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/starter-dev




--
Jeyvison Nascimento
_______________________________________________
starter-dev mailing list
starter-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/starter-dev

Back to the top