From dfc57517c8fd60f862029d95c25aa01410578c69 Mon Sep 17 00:00:00 2001 From: Kamal Wickramanayake Date: Sat, 28 Mar 2026 21:06:57 +0530 Subject: Added hello webapp sample application --- maven/02-hello-webapp/pom.xml | 67 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 maven/02-hello-webapp/pom.xml (limited to 'maven/02-hello-webapp/pom.xml') diff --git a/maven/02-hello-webapp/pom.xml b/maven/02-hello-webapp/pom.xml new file mode 100644 index 0000000..469ed31 --- /dev/null +++ b/maven/02-hello-webapp/pom.xml @@ -0,0 +1,67 @@ + + + + 4.0.0 + + com.example.test + hello + 1.0-SNAPSHOT + war + + hello Maven Webapp + + http://www.example.com + + + UTF-8 + 8 + 8 + + + + + junit + junit + 4.13.1 + test + + + + + hello + + + + maven-clean-plugin + 3.4.0 + + + + maven-resources-plugin + 3.3.1 + + + maven-compiler-plugin + 3.13.0 + + + maven-surefire-plugin + 3.3.0 + + + maven-war-plugin + 3.4.0 + + + maven-install-plugin + 3.1.2 + + + maven-deploy-plugin + 3.1.2 + + + + + -- cgit v1.2.3