From b5eee70c74ef84944658c7c3f3c1813aefcf89c5 Mon Sep 17 00:00:00 2001 From: versions-control Date: Fri, 25 Apr 2025 14:07:03 +0530 Subject: [PATCH] Create pom.xml --- pom.xml | 75 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 000000000..00f7b914e --- /dev/null +++ b/pom.xml @@ -0,0 +1,75 @@ + + 4.0.0 + com.mycompany.app + my-app + jar + 1.0-SNAPSHOT + my-app + https://maven.apache.org + + + org.junit.jupiter + junit-jupiter-api + 5.12.2 + test + + + + UTF-8 + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.14.0 + + 17 + + + + + + + + org.apache.maven.plugins + maven-jar-plugin + 3.4.2 + + + + true + lib/ + com.mycompany.app.App + + + + + + org.apache.maven.plugins + maven-enforcer-plugin + 3.5.0 + + + enforce-maven + + enforce + + + + + [3.9.2,) + + + [17,) + + + + + + + + +