Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

can not create a maven archetype project, the progress bar get stuck in 33%

I installed Eclipse IDE for Enterprise Java and Web Developers (includes Incubating components) Version: 2022-09 (4.25.0) Build id: 20220908-1902 It includes already maven, and I have tried to create some maven archetype projects, but without success, always get stuck in the progress bar. Anyone has some clues? Thank you!

can not create a maven archetype project, the progress bar get stuck in 33%

like image 719
manolopeng Avatar asked Sep 12 '25 14:09

manolopeng


2 Answers

I had this too, it took me a long time to spot the very simple fix. If you look in the console you'll see that the maven project generation is in interactive mode. You just need to click Y (yes) in the console to confirm that you are happy with the configuration and it will finish.

like image 149
Dan Morton Avatar answered Sep 15 '25 05:09

Dan Morton


Just need to enter Y in Console and press enter. Refer to snapshot for more details

Snapshot

like image 39
Sunil Kumar Avatar answered Sep 15 '25 04:09

Sunil Kumar