From 7a08516f07479d941388c0199b3849dbaceff06b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Perrin?= Date: Sat, 13 Feb 2021 09:15:08 +0000 Subject: [PATCH] Attempt at using maven for compilation --- pom.xml | 104 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 104 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..e2db88b --- /dev/null +++ b/pom.xml @@ -0,0 +1,104 @@ + + + + 4.0.0 + + com.hughes + DictionaryPC + 1.0-SNAPSHOT + + DictionaryPC + + http://www.example.com + + + UTF-8 + 8 + 8 + + + + + junit + junit + 4.11 + + + + + + com.ibm.icu + icu4j + 4.8.1 + + + + + org.apache.commons + commons-lang3 + 3.3 + + + + + org.apache.commons + commons-compress + 1.20 + + + + + + + src + + + + + + + maven-clean-plugin + 3.1.0 + + + + maven-resources-plugin + 3.0.2 + + + maven-compiler-plugin + 3.8.0 + + ../Dictionary/src:../Dictionary/Util/src + + + + maven-surefire-plugin + 2.22.1 + + + maven-jar-plugin + 3.0.2 + + + maven-install-plugin + 2.5.2 + + + maven-deploy-plugin + 2.8.2 + + + + maven-site-plugin + 3.7.1 + + + maven-project-info-reports-plugin + 3.0.0 + + + + + -- 2.43.0