From 49722f7c7f3ebc2e1fa616adbabace419d08d0d2 Mon Sep 17 00:00:00 2001 From: "Benjamin J. Culkin" Date: Sat, 5 Jan 2019 10:57:49 -0400 Subject: Convert to Maven II This gets the main script working, and the pom compiling things. To get it working right, two options were added for outputting normal & error outputs to files instead of the standard streams (System.out & System.err) --- pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 86284491..19eeb12d 100644 --- a/pom.xml +++ b/pom.xml @@ -11,6 +11,16 @@ 1.8 + + + org.codehaus.mojo + exec-maven-plugin + 1.5.0 + + + ${main.class} + + @@ -33,6 +43,7 @@ UTF-8 + AffixLister -- cgit v1.2.3