0
点赞
收藏
分享

微信扫一扫

How to import a Maven project with Intellij Command line tool with command

龙毓七七 2022-06-08 阅读 63

Use Tools | Create Command-line Launcher, then run it from the Terminal.

imported a maven project with below command:

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


How to import a Maven project with Intellij Command line tool with command_xml


If you use spring boot and want to open from the terminal maven project its easy.

  1. Open intellij
  2. Navigate to Tools /Command Line Launcher
  3. Add the default path - Just OK
  4. Close the IDE
  5. CD to the project from the terminal
  6. type $ idea pom.xml

​​https://www.youtube.com/watch?v=SVANj3gAWt8​​


举报

相关推荐

0 条评论