From 78107abae06645b580063f2885d97c1f513886e0 Mon Sep 17 00:00:00 2001 From: Kamal Wickramanayake Date: Sat, 14 Feb 2026 19:47:00 +0530 Subject: Added hello world maven project --- maven/01-hello-world/pom.xml | 90 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 maven/01-hello-world/pom.xml (limited to 'maven/01-hello-world/pom.xml') diff --git a/maven/01-hello-world/pom.xml b/maven/01-hello-world/pom.xml new file mode 100644 index 0000000..1ed93ef --- /dev/null +++ b/maven/01-hello-world/pom.xml @@ -0,0 +1,90 @@ + + + 4.0.0 + + lk.ac.pdn.ceit.fullstack + hello-world + 1.0-SNAPSHOT + + hello-world + + http://www.example.com + + + UTF-8 + 17 + + + + + + org.junit + junit-bom + 5.11.0 + pom + import + + + + + + + org.junit.jupiter + junit-jupiter-api + test + + + + org.junit.jupiter + junit-jupiter-params + test + + + + + + + + + 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-jar-plugin + 3.4.2 + + + maven-install-plugin + 3.1.2 + + + maven-deploy-plugin + 3.1.2 + + + + maven-site-plugin + 3.12.1 + + + maven-project-info-reports-plugin + 3.6.1 + + + + + -- cgit v1.2.3