How to import a Maven project with Intellij Command line tool with command "idea pom.xml"?
Posted 东海陈光剑
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了How to import a Maven project with Intellij Command line tool with command "idea pom.xml"?相关的知识,希望对你有一定的参考价值。
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
If you use spring boot and want to open from the terminal maven project its easy.
- Open intellij
- Navigate to Tools /Command Line Launcher
- Add the default path - Just OK
- Close the IDE
- CD to the project from the terminal
- type $ idea pom.xml
https://www.youtube.com/watch?v=SVANj3gAWt8
以上是关于How to import a Maven project with Intellij Command line tool with command "idea pom.xml"?的主要内容,如果未能解决你的问题,请参考以下文章
How to Upgrade VMware Workstation Pro v15.5 to v16
ArcGIS Pro How to remove standalone table from contents
How to include custom library into maven local repository?--转
转帖通过PHP读取dbf数据(visual fox pro,VFP数据库),官方的dbase无法读取字段为类型memo的数据,国外网站的解决方案 How to read FoxPro Memo w(代