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