推荐原因

  1.  从2年前发现公司的开发同学开始使用Intelij idea,工具自带很多插件,功能也很强大
  2.  项目使用maven管理,肯定希望在Intelij idea实现maven的各种操作,作为工作的一个技巧

小知识

maven命令格式 mvn [plugin-name]:[goal-name]

 

操作前提

1. 用户已安装intelij idea

2. 用户已创建项目demo

一、maven project位置

1. 打开intelij idea,点击intelij idea的左下角图标Intelij idea运行maven命令,会显示很多功能

2. 选择maven project,页面右边显示Maven Projects,此时读者应该知道maven使用的地方

Intelij idea运行maven命令

 

二、 maven插件使用

Intelij idea运行maven命令

三、maven命令

1. 点击Excute Maven Goal图标Intelij idea运行maven命令,跳出弹窗

2. 在command line输入命令,点击Execute

 

Intelij idea运行maven命令

 

相关文章: