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

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

零下一度
Release: 2017-06-25 09:37:46
Original
1591 people have browsed it

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!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template