diff --git a/project/202506050320-巫秋雨-期末实验报告.docx b/project/202506050320-巫秋雨-期末实验报告.docx new file mode 100644 index 0000000..208164f Binary files /dev/null and b/project/202506050320-巫秋雨-期末实验报告.docx differ diff --git a/project/articles.dat b/project/articles.dat new file mode 100644 index 0000000..65c198e Binary files /dev/null and b/project/articles.dat differ diff --git a/project/datacollect-cli-0.1.0-jar-with-dependencies.jar b/project/datacollect-cli-0.1.0-jar-with-dependencies.jar new file mode 100644 index 0000000..9b704c9 Binary files /dev/null and b/project/datacollect-cli-0.1.0-jar-with-dependencies.jar differ diff --git a/project/datacollect-cli-0.1.0.jar b/project/datacollect-cli-0.1.0.jar new file mode 100644 index 0000000..f788a8d Binary files /dev/null and b/project/datacollect-cli-0.1.0.jar differ diff --git a/project/pom.xml b/project/pom.xml new file mode 100644 index 0000000..dfba02e --- /dev/null +++ b/project/pom.xml @@ -0,0 +1,52 @@ + + 4.0.0 + com.example + datacollect-cli + 0.1.0 + + 11 + 11 + + + + org.jsoup + jsoup + 1.17.2 + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + + org.apache.maven.plugins + maven-assembly-plugin + 3.3.0 + + + + com.example.datacollect.Main + + + + jar-with-dependencies + + + + + make-assembly + package + + single + + + + + + +