- 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.
推薦閱讀
- Linux設備驅動開發詳解:基于最新的Linux4.0內核
- pcDuino開發實戰
- PLC控制程序精編108例
- Red Hat Enterprise Linux 8系統管理實戰
- 曝光:Linux企業運維實戰
- 新手易學:系統安裝與重裝
- Implementing Azure DevOps Solutions
- Alfresco 4 Enterprise Content Management Implementation
- Dreamweaver CS5.5 Mobile and Web Development with HTML5,CSS3,and jQuery
- 細說Linux基礎知識
- 寫給架構師的Linux實踐:設計并實現基于Linux的IT解決方案
- Windows 7實戰從入門到精通
- Hands-On GPU Programming with Python and CUDA
- Linux內核API完全參考手冊(第2版)
- Selenium Framework Design in Data-Driven Testing