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

0
3 comments
Avatar
Permanently deleted user

Figured out a path that works so far, extending MavenModuleBuilder instaled of JavaModuleBuilder.

0
Avatar
Permanently deleted user

Hi there,

Do you mind sharing which archetype you used to create an intellij plugin?

Alan

0
Avatar
Permanently deleted user

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.

0

Please sign in to leave a comment.