IntelliJ IDEA | Maven 功能使用
IntelliJ IDEA的Maven的一些操作與Eclipse些許不同,在轉換IDE過程中常常找不到相對位置,這篇主要介紹個別的Maven常用的功能位置。
Maven Update
- Eclipse -> Project -> Right Click -> Maven -> Update Project…
- IntelliJ IDEA -> Module -> Right Click -> Maven -> Reimport
Maven Build, Clean, Install …
- Eclipse -> Project -> Right Click -> Run As… -> Maven Build, Clean, Install …
- IntelliJ IDEA -> Maven Windows -> Module -> Lifecycle -> Select Task -> CLick Run Button
Maven Dependencies List
- Eclipse -> Project -> Right Click -> Build Path… -> Java Build Path -> Libraries -> Maven Dependencies
- IntelliJ IDEA -> Project Structure -> Modules -> Module -> Dependencies
總結
以上只針對平常Eclipse在使用Maven的一些功能位置,更多更詳細的Maven的功能說明,建議直接觀看官方文件IntelliJ IDEA Maven連結。