From d25e1615c8d7a466d394de482f72ee8ac294b3fc Mon Sep 17 00:00:00 2001 From: pby62ms94 <2367992153@qq.com> Date: Sun, 23 Nov 2025 16:48:43 +0800 Subject: [PATCH] ADD file via upload --- pom.xml | 117 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 117 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..a1ec652 --- /dev/null +++ b/pom.xml @@ -0,0 +1,117 @@ + + 4.0.0 + + + org.atm + + cstatm206004 + 0.0.1-SNAPSHOT + jar + + cstatm206004 + 期中考试 cstatm206004 + + + UTF-8 + UTF-8 + 17 + 17 + 17 + + + + + org.postgresql + postgresql + 42.6.0 + + + org.hamcrest + hamcrest-all + 1.3 + test + + + junit + junit + 4.13.1 + test + + + org.apache.maven.plugins + maven-surefire-plugin + 3.1.2 + + + + + + org.sonarsource.scanner.maven + sonar-maven-plugin + 3.10.0.2594 + + + org.apache.maven.plugins + maven-assembly-plugin + 3.6.0 + + + package + + single + + + + + + + org.atm.view.gui.Gui + + + + + jar-with-dependencies + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + 3.1.2 + + false + ${argLine} -Dfile.encoding=UTF-8 + + + + org.jacoco + jacoco-maven-plugin + 0.8.11 + + false + target/coverage-reports/jacoco-unit.exec + target/coverage-reports/jacoco-unit.exec + + + + jacoco-initialize + + prepare-agent + + + + jacoco-site + test + + report + + + + + + + \ No newline at end of file