码迷,mamicode.com
首页 > 其他好文 > 详细

[转] Maven项目生成idea项目文件

时间:2020-04-03 13:53:00      阅读:64      评论:0      收藏:0      [点我收藏+]

标签:intellij   根据   use   his   执行   自动生成   other   gen   div   

创建了maven项目工程以后,可以通过命令自动生成idea项目工程,只需要执行以下命令即可:

mvn idea:idea

如果要单独生成某个文件,则可以根据如下命令来生成:

**idea:idea** is used to execute the other three goals of this plugin: project, module, and workspace.
**idea:project** is used to generate the project file (*.ipr) needed for an IntelliJ IDEA Project.
idea:module is used to generate the module files (*.iml) needed for an IntelliJ IDEA Module.
idea:workspace is used to generate the workspace file (*.iws) nee

如果要清除idea的项目工程文件:

mvn idea:clean

 

[转] Maven项目生成idea项目文件

标签:intellij   根据   use   his   执行   自动生成   other   gen   div   

原文地址:https://www.cnblogs.com/eedc/p/12625876.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!