From ae1a56006882773e63ab21de7848659f258b34d4 Mon Sep 17 00:00:00 2001 From: Alvin Reyes Date: Thu, 16 Feb 2017 23:00:01 -0500 Subject: [PATCH] Added distro management for botmill-core and modified .gitignore to include ignored sources --- .gitignore | 7 +++---- pom.xml | 46 ++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 47 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 4dab134..ddc05fb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,5 @@ *.class -# Mobile Tools for Java (J2ME) -.mtj.tmp/ - # Package Files # *.jar *.war @@ -15,4 +12,6 @@ hs_err_pid* .settings/org.eclipse.m2e.core.prefs *.prefs .project -*.classpath \ No newline at end of file +*.classpath +.settings/ +target/ diff --git a/pom.xml b/pom.xml index 5453e8f..a47f778 100644 --- a/pom.xml +++ b/pom.xml @@ -6,9 +6,51 @@ 1.0.0-SNAPSHOT BotMill Core Shared library for the BotMill framework. - + + + MIT License + https://raw.githubusercontent.com/BotMill/botmill-core/master/LICENSE + repo + + + + BotMill + http://www.botmill.io + + + + Donato Rimenti + + Software Developer + + donato.rimenti@botmill.io + + + Alvin Reyes + + Software Developer + + alvin.reyes@botmill.io + + + + https://github.com/BotMill/fb-botmill + scm:git:git://github.com/BotMill/botmill-core.git + scm:git:git@github.com:BotMill/botmill-core.git + fb-botmill-1.2.1 + + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + - + org.slf4j slf4j-api