Import maven project from command line
Hi guys,
When importing a module from maven, IDEA creates .iml files. My goal is to achieve the same importing without using the "Import Module" UI.
Is it possible to do the same from command line, instead of using the dialog from IntelliJ UI? Or as an alternative, to create a plugin that invokes the class that is actually doing the import?
Thanks
Ivaylo
Please sign in to leave a comment.
did you find a solution ? I'd like to do the same to setup offline inspections in CI