- Selenium WebDriver Quick Start Guide
- Pinakin Chaubal
- 192字
- 2021-06-24 18:26:27
Creating a Maven project
Once the IDE is installed, perform the following steps:
- Double click on the .exe file for Eclipse and go to File | New | Other.
- Select Maven Project. Click Next.
- Click Next on the screen that appears.
- Select Create a simple project (skip archetype selection). Then, click Next.
- Input the Group ID. Ideally, this is the package name of the project. The Artifact ID corresponds to the name of the JAR file in case you want to create one. Keep the packaging as JAR. Notice that the version is 0.0.1-SNAPSHOT. The SNAPSHOT part indicates that the project is still under development and has not been released.
- Click Finish. The following is a snapshot of the Project Explorer:

When you create a Maven Project, the src/main/java, src/main/resources, src/test/java, and src/test/resources folders, are created for you. Apart from these, you will see a Maven Dependencies folder that is currently empty. Marked with a black box, there is a .xml file called pom.xml. This is the place where you will place all of the dependencies for your project. By dependencies, I mean dependent JARs. JAR stands for Java archive.
推薦閱讀
- Citrix XenApp Performance Essentials
- Cybersecurity:Attack and Defense Strategies
- Linux Mint Essentials
- 曝光:Linux企業運維實戰
- 操作系統基礎與實踐:基于openEuler平臺
- 構建可擴展分布式系統:方法與實踐
- 精解Windows8
- 異質結原理與器件
- Linux網絡操作系統項目教程(RHEL 7.4/CentOS 7.4)(第3版)(微課版)
- OpenVZ Essentials
- 完美應用Ubuntu(第2版)
- 辦公自動化教程(Windows7+Office2010)
- 鴻蒙HarmonyOS應用開發從入門到精通
- Windows 8玩全不求人
- Mastering AWS CloudFormation