From 6caf7a1dfe3c65c88c904cbbd887b95822382865 Mon Sep 17 00:00:00 2001 From: Terry Brady Date: Wed, 27 Mar 2024 19:11:24 -0700 Subject: [PATCH] Create pom.xml --- pom.xml | 76 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..53734c1 --- /dev/null +++ b/pom.xml @@ -0,0 +1,76 @@ + + 4.0.0 + + org.my + MyApp + 1.0 + jar + + Test + http://maven.apache.org + + + UTF-8 + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.3.2 + + 1.8 + 1.8 + + + + org.apache.maven.plugins + maven-jar-plugin + 2.4 + + + + true + org.my.Test + + + + + + maven-dependency-plugin + + + install + + copy-dependencies + + + ${project.build.directory} + + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.22.2 + + + + ${skip.surefire.tests} + + + + target + target/classes + ${project.artifactId}-${project.version} + src/main/java + +