Java Hello World web application created using maven-archetype-webapp
- git
- maven
- tomcat
- Use git clone to pull project into workspace directory
- git clone https://github.com/tekup2021/maven-project-tomcat.git
- Use maven to resolve Eclipse dependencies
- mvn eclipse:eclipse
- Import 'maven-project-tomcat' as existing project into Eclipse
- Use maven to run integration tests and install
- mvn clean install
test