How do I import a maven project?
I created a project from an archetype and wondering how I could tap into the maven plugin and use the MavenProjectImporter?
https://github.com/ArcBees/gwtp-idea-plugin/pull/10/files
Brandon
Please sign in to leave a comment.
Figured out a path that works so far, extending MavenModuleBuilder instaled of JavaModuleBuilder.
Hi there,
Do you mind sharing which archetype you used to create an intellij plugin?
Alan
Sorry I didn't use an archetype to generate a plugin. I'm trying to create a plugin that allows a selection of curated archetypes and generate that selection.