Reputation: 339452
How do I update the list of Maven archetypes listed in "New Project" dialog box in IntelliJ IDEA version 2017.2?
Upvotes: 2
Views: 1919
Reputation: 339452
IntelliJ 2017.2 is not so "intelli" with Maven. You must manually invoke an update of the Maven cache of repository information listing archetypes.
Preferences
> Build, Execution, Deployment
> Build Tools
> Maven
> Repositories
. Indexed Maven Repositories
, click the row, wait a moment, then click the Update
button.There is an open feature request to add automatic update of the Maven cache when opening the New Project
wizard.
Upvotes: 2