How to import a Maven project with Intellij Command line tool with command "idea pom.xml"?

Viewed 2780

I was watching Get Started with Jhipster4, In this tutorial this guy imported a maven project with below command:

idea pom.xml  <---- This is the Command line tool provided by Intellij guys

I also want to configure the same in my local, as suggested on Intellij official website tried to configure it but intellij is asking for the tool path, I have no idea what is should be, Please check the snapshot for more clarity.enter image description here

3 Answers

Quick addendum to previous posts: if you're on 64-bit Windows, you'll want to substitute "idea" with "idea64" in the examples above. Running the latest version of Intellij, there was no option to create a command-line launcher under Tools. Fortunately, this wasn't necessary for me. The Windows installer apparently took care of installing the bits and updating the path.

Related