Home  >  Article  >  Java  >  What are the steps for eclipse to build web projects through maven?

What are the steps for eclipse to build web projects through maven?

零下一度
零下一度Original
2017-06-25 09:37:461537browse

1. File -> New -> Other, search maven, select Maven Project, click Next

## 2. There is no need to change here to continue Next

3. You need to pay attention here. You need to select maven-archetype-webapp. After selecting, Next

4. You need to fill in the information here. After filling in the group id and artifact id, click finish, and a maven web project will be created

5. We also need to bind the web project to tomcat Above, this step is the same as for a normal javaWeb project

One thing to note is that if something happens, you will not be able to see the project we created and you will have to wait for a while.

The above is the detailed content of What are the steps for eclipse to build web projects through maven?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn