From d1854f8b6d2f1c79f047eb4a92f561a9c98bce44 Mon Sep 17 00:00:00 2001 From: assaf79 Date: Sat, 13 Jun 2020 19:35:29 +0300 Subject: [PATCH] pom changes --- pom.xml | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/pom.xml b/pom.xml index f30a165..268bcaf 100644 --- a/pom.xml +++ b/pom.xml @@ -8,6 +8,8 @@ jFuzzyLogic 2.0-SNAPSHOT + jar + org.antlr @@ -34,4 +36,39 @@ test + + + + + maven-compiler-plugin + + 1.8 + 1.8 + + + + org.apache.maven.plugins + maven-release-plugin + 2.5.3 + + + org.apache.maven.plugins + maven-jar-plugin + 3.2.0 + + + org.apache.maven.plugins + maven-source-plugin + 3.1.0 + + + attach-sources + + jar + + + + + + \ No newline at end of file