美文网首页
Intellij-idea 如何编译maven工程 Maven

Intellij-idea 如何编译maven工程 Maven

作者: AUL | 来源:发表于2018-05-23 10:41 被阅读159次

在eclipse中编译maven工程:右键工程--> run as -->maven install

在idea上maven

   1、打开maven项目窗口:工具栏-->Help-->Find Action,在弹出的窗口里的文本框输入:maven projects

   2、在打开的maven project窗口中,点击YourProject->Lifecycle->package->Run Maven Build执行打包,生成的war默认在工程的target目录下。

相关文章

网友评论

      本文标题:Intellij-idea 如何编译maven工程 Maven

      本文链接:https://www.haomeiwen.com/subject/hvzljftx.html