From ca80a321a4e92e57ef8925041bae77b40545dedc Mon Sep 17 00:00:00 2001 From: admin Date: Thu, 14 Dec 2023 08:07:50 +1000 Subject: [PATCH] Created a Maven pom.xml --- pom.xml | 95 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..b4e6c64 --- /dev/null +++ b/pom.xml @@ -0,0 +1,95 @@ + + + + 4.0.0 + + com.mattyr + urchat + 0.4.0 + + urchat + + https://github.com/matty-r/urChat + + + UTF-8 + 17 + 17 + 17 + + + + + Apache-2.0 + https://www.apache.org/licenses/LICENSE-2.0.txt + repo + A business-friendly OSS license + + + + + + org.testng + testng + 7.8.0 + test + + + junit + junit + 4.13 + test + + + org.jacoco + jacoco-maven-plugin + 0.8.11 + maven-plugin + + + + + src/ + bin/ + + + + src/images + + images/ + + + tests/ + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.11.0 + + + org.jacoco + jacoco-maven-plugin + 0.8.11 + + + org.apache.maven.plugins + maven-surefire-plugin + 3.0.0-M9 + + + + com.urchatbasic:urchat + + + + lib/test + + + + + + + \ No newline at end of file