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