From 1898f53cc072befe2694b5af78b1b916bef3b450 Mon Sep 17 00:00:00 2001 From: "Benjamin J. Culkin" Date: Mon, 28 May 2018 14:08:44 -0300 Subject: Fix broken POM --- pom.xml | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/pom.xml b/pom.xml index 67344f0..4f9f4f3 100644 --- a/pom.xml +++ b/pom.xml @@ -11,6 +11,47 @@ UTF-8 + + + + + maven-compiler-plugin + 3.7.0 + + + 1.8 + 1.8 + + + + + org.codehaus.mojo + exec-maven-plugin + 1.5.0 + + + + + source tagging + generate-sources + + + exec + + + + ctags + + + -R + + + + + + + + junit -- cgit v1.2.3