Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 796 Bytes

File metadata and controls

23 lines (19 loc) · 796 Bytes

Build Status

mvn-hello-world-web-app

This is for POLL SCM Testing Java Hello World web application created using maven-archetype-webapp Hello welcome to all leaders of Girls

Blog Post Reference

https://softwaredev3loper.wordpress.com/2016/02/17/from-zero-to-continuous-delivery/

Dependancies

  • git
  • maven
  • tomcat

Eclipse Project setup

  • Use git clone to pull project into workspace directory
  • git clone https://github.com/DEV3L/mvn-hello-world-web-app.git
  • Use maven to resolve Eclipse dependencies
  • mvn eclipse:eclipse
  • Import 'mvn-hello-world-web-app' as existing project into Eclipse
  • Use maven to run integration tests and install
  • mvn clean install