├── Dockerfile ├── Jenkinfile-dec-March2024 ├── Jenkinsfile ├── Jenkinsfile-0825 ├── Jenkinsfile-July2023 ├── Jenkinsfile-Sep23-scripted ├── Jenkinsfile-build23 ├── Jenkinsfile-declarative23 ├── Jenkinsfile-ebay ├── Jenkinsfile-sep23-decl ├── Jenkinsfile11 ├── Jenkinsfile24 ├── Jenkinsfile34 ├── Jenkinsfile39scripted ├── JenkinsfileDeclarative ├── JenkinsfileJuly2021 ├── Jenkinsfile_Dec2023 ├── Jenkinsfile_June2024 ├── Jenkinsfile_March2023 ├── Jenkinsfile_dec_April2025 ├── Jenkinsfile_declarative042023 ├── Jenkinsfile_declarativeDec2023 ├── Jenkinsfile_docker ├── Jenkinsfile_paypal28 ├── Jenkinsfile_sep22 ├── Jenkinsfile_tesla ├── JenkinsfiledeclarativeJuneBathc ├── Jenkinsfiles-declarative29 ├── deploy-k8s.yml ├── docker-compose.yml ├── pom.xml ├── src └── main │ ├── java │ └── com │ │ └── mt │ │ └── services │ │ └── EmployeeService.java │ └── webapp │ ├── WEB-INF │ ├── mt-servlet.xml │ └── web.xml │ ├── images │ └── mylandmarklogo.png │ └── jsps │ └── home.jsp └── tesla.xml /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LandmakTechnology/maven-web-application/HEAD/Dockerfile -------------------------------------------------------------------------------- /Jenkinfile-dec-March2024: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LandmakTechnology/maven-web-application/HEAD/Jenkinfile-dec-March2024 -------------------------------------------------------------------------------- /Jenkinsfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LandmakTechnology/maven-web-application/HEAD/Jenkinsfile -------------------------------------------------------------------------------- /Jenkinsfile-0825: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LandmakTechnology/maven-web-application/HEAD/Jenkinsfile-0825 -------------------------------------------------------------------------------- /Jenkinsfile-July2023: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LandmakTechnology/maven-web-application/HEAD/Jenkinsfile-July2023 -------------------------------------------------------------------------------- /Jenkinsfile-Sep23-scripted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LandmakTechnology/maven-web-application/HEAD/Jenkinsfile-Sep23-scripted -------------------------------------------------------------------------------- /Jenkinsfile-build23: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LandmakTechnology/maven-web-application/HEAD/Jenkinsfile-build23 -------------------------------------------------------------------------------- /Jenkinsfile-declarative23: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LandmakTechnology/maven-web-application/HEAD/Jenkinsfile-declarative23 -------------------------------------------------------------------------------- /Jenkinsfile-ebay: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LandmakTechnology/maven-web-application/HEAD/Jenkinsfile-ebay -------------------------------------------------------------------------------- /Jenkinsfile-sep23-decl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LandmakTechnology/maven-web-application/HEAD/Jenkinsfile-sep23-decl -------------------------------------------------------------------------------- /Jenkinsfile11: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LandmakTechnology/maven-web-application/HEAD/Jenkinsfile11 -------------------------------------------------------------------------------- /Jenkinsfile24: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LandmakTechnology/maven-web-application/HEAD/Jenkinsfile24 -------------------------------------------------------------------------------- /Jenkinsfile34: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LandmakTechnology/maven-web-application/HEAD/Jenkinsfile34 -------------------------------------------------------------------------------- /Jenkinsfile39scripted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LandmakTechnology/maven-web-application/HEAD/Jenkinsfile39scripted -------------------------------------------------------------------------------- /JenkinsfileDeclarative: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LandmakTechnology/maven-web-application/HEAD/JenkinsfileDeclarative -------------------------------------------------------------------------------- /JenkinsfileJuly2021: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LandmakTechnology/maven-web-application/HEAD/JenkinsfileJuly2021 -------------------------------------------------------------------------------- /Jenkinsfile_Dec2023: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LandmakTechnology/maven-web-application/HEAD/Jenkinsfile_Dec2023 -------------------------------------------------------------------------------- /Jenkinsfile_June2024: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LandmakTechnology/maven-web-application/HEAD/Jenkinsfile_June2024 -------------------------------------------------------------------------------- /Jenkinsfile_March2023: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LandmakTechnology/maven-web-application/HEAD/Jenkinsfile_March2023 -------------------------------------------------------------------------------- /Jenkinsfile_dec_April2025: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LandmakTechnology/maven-web-application/HEAD/Jenkinsfile_dec_April2025 -------------------------------------------------------------------------------- /Jenkinsfile_declarative042023: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LandmakTechnology/maven-web-application/HEAD/Jenkinsfile_declarative042023 -------------------------------------------------------------------------------- /Jenkinsfile_declarativeDec2023: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LandmakTechnology/maven-web-application/HEAD/Jenkinsfile_declarativeDec2023 -------------------------------------------------------------------------------- /Jenkinsfile_docker: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LandmakTechnology/maven-web-application/HEAD/Jenkinsfile_docker -------------------------------------------------------------------------------- /Jenkinsfile_paypal28: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LandmakTechnology/maven-web-application/HEAD/Jenkinsfile_paypal28 -------------------------------------------------------------------------------- /Jenkinsfile_sep22: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LandmakTechnology/maven-web-application/HEAD/Jenkinsfile_sep22 -------------------------------------------------------------------------------- /Jenkinsfile_tesla: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LandmakTechnology/maven-web-application/HEAD/Jenkinsfile_tesla -------------------------------------------------------------------------------- /JenkinsfiledeclarativeJuneBathc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LandmakTechnology/maven-web-application/HEAD/JenkinsfiledeclarativeJuneBathc -------------------------------------------------------------------------------- /Jenkinsfiles-declarative29: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LandmakTechnology/maven-web-application/HEAD/Jenkinsfiles-declarative29 -------------------------------------------------------------------------------- /deploy-k8s.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LandmakTechnology/maven-web-application/HEAD/deploy-k8s.yml -------------------------------------------------------------------------------- /docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LandmakTechnology/maven-web-application/HEAD/docker-compose.yml -------------------------------------------------------------------------------- /pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LandmakTechnology/maven-web-application/HEAD/pom.xml -------------------------------------------------------------------------------- /src/main/java/com/mt/services/EmployeeService.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LandmakTechnology/maven-web-application/HEAD/src/main/java/com/mt/services/EmployeeService.java -------------------------------------------------------------------------------- /src/main/webapp/WEB-INF/mt-servlet.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LandmakTechnology/maven-web-application/HEAD/src/main/webapp/WEB-INF/mt-servlet.xml -------------------------------------------------------------------------------- /src/main/webapp/WEB-INF/web.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LandmakTechnology/maven-web-application/HEAD/src/main/webapp/WEB-INF/web.xml -------------------------------------------------------------------------------- /src/main/webapp/images/mylandmarklogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LandmakTechnology/maven-web-application/HEAD/src/main/webapp/images/mylandmarklogo.png -------------------------------------------------------------------------------- /src/main/webapp/jsps/home.jsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LandmakTechnology/maven-web-application/HEAD/src/main/webapp/jsps/home.jsp -------------------------------------------------------------------------------- /tesla.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LandmakTechnology/maven-web-application/HEAD/tesla.xml --------------------------------------------------------------------------------