Home > Back-end >  Cannot add archetype on IntelliJ
Cannot add archetype on IntelliJ

Time:09-18

I am using IntelliJ to work with Flink project and then I would like to use archetype (flink-quickstart-java).

However, after I clicked Add archetype, and entered all parameter, there is no new archetype for me to select for creating my own project.

Is there anything needed to be configure?

enter image description here

CodePudding user response:

Go Setting > Maven > Repositories > Select every URL > Update

CodePudding user response:

I was able to add the archetype using the Add Archetype button: enter image description here This is the configuration that I used: enter image description here

  • Related