From 53427e7935e2bba6955b9647fa4d9367fce6d77d Mon Sep 17 00:00:00 2001 From: "Benjamin J. Culkin" Date: Sat, 5 Jan 2019 10:16:25 -0400 Subject: Begin maven conversion Begin converting the project to use maven for compiling/running java so as to allow easier splitting of AffixLister.java into its constituent classes without having to continuously tweak the script files --- pom.xml | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 pom.xml (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml new file mode 100644 index 00000000..86284491 --- /dev/null +++ b/pom.xml @@ -0,0 +1,45 @@ + + + 4.0.0 + + + + + maven-compiler-plugin + + 1.8 + 1.8 + + + + + + + data/ + + + **/*.txt + + + + + + bjc + tlIITools + 1.0.0 + jar + + tlIITools + + + UTF-8 + + + + + junit + junit + 4.12 + + + -- cgit v1.2.3