- Mastering Apache Maven 3
- Prabath Siriwardena
- 196字
- 2021-08-06 19:46:38
IDE integration
Most of the hardcore developers never want to leave their IDE. Not just coding, building, deploying, and testing, they would be happy to do everything (if possible) from the IDE itself. Most popular IDEs have support for Maven integration and they have developed their own plugins to support Maven.
NetBeans integration
NetBeans 6.7 or newer ships with inbuilt Maven integration, while NetBeans 7.0 and newer versions bundle a complete copy of Maven 3 and run it for builds just like you would from the command line. For Version 6.9 or older, you have to download a Maven build and configure the IDE to run that. More information corresponding to Maven and NetBeans integration is available at http://wiki.netbeans.org/MavenBestPractices.
IntelliJ IDEA integration
IntelliJ IDEA has inbuilt support for Maven; hence, you don't need to perform any additional steps to install it. More information corresponding to Maven and IntelliJ IDEA integration is available at http://wiki.jetbrains.net/intellij/Creating_and_importing_Maven_projects.
Eclipse integration
The M2Eclipse project provides first class Maven support through the Eclipse IDE. More information corresponding to Maven and Eclipse integration is available at https://www.eclipse.org/m2e/.
Note
The book Maven for Eclipse, Packt Publishing, discusses Maven and Eclipse integration in detail (https://www.packtpub.com/application-development/maven-eclipse).
- Java Web基礎(chǔ)與實(shí)例教程(第2版·微課版)
- Mastering Natural Language Processing with Python
- Clojure for Domain:specific Languages
- ASP.NET動(dòng)態(tài)網(wǎng)頁設(shè)計(jì)教程(第三版)
- 重學(xué)Java設(shè)計(jì)模式
- Android開發(fā)三劍客:UML、模式與測試
- Learning AWS
- 深入實(shí)踐Kotlin元編程
- Scratch·愛編程的藝術(shù)家
- Learning Unreal Engine Game Development
- 程序員必會的40種算法
- Getting Started with JUCE
- JavaWeb從入門到精通(視頻實(shí)戰(zhàn)版)
- SQL Server 2008實(shí)用教程(第3版)
- Swift iOS Programming for Kids