From 4fbb7ac5b84ed947f3fcfb06982e81bbfb33f5d2 Mon Sep 17 00:00:00 2001 From: rumakt Date: Mon, 19 Nov 2018 21:35:17 +0100 Subject: [PATCH] Commit --- .gitignore | 29 +++++++++++++++++++++++++ pom.xml | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 93 insertions(+) create mode 100644 .gitignore create mode 100644 pom.xml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ef3f219 --- /dev/null +++ b/.gitignore @@ -0,0 +1,29 @@ +# Created by .ignore support plugin (hsz.mobi) +### Java template +# Compiled class file +*.class + +# Log file +*.log + +# BlueJ files +*.ctxt + +# Mobile Tools for Java (J2ME) +.mtj.tmp/ + +# Package Files # +*.jar +*.war +*.nar +*.ear +*.zip +*.tar.gz +*.rar + +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +hs_err_pid* + +.idea/ +target/ +tbx.iml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..ef59e1b --- /dev/null +++ b/pom.xml @@ -0,0 +1,64 @@ + + + 4.0.0 + + io.karibu + tbx + 1.0.1-SNAPSHOT + + + + myMavenRepo + ${myMavenRepoReadUrl} + + + + + scm:git:https://github.com/rumakt/tbx.git + https://github.com/rumakt/tbx + scm:git:https://github.com/rumakt/tbx.git + + + + + myMavenRepo + ${myMavenRepoWriteUrl} + + + myMavenRepo + ${myMavenRepoWriteUrl} + + + + + + + + maven-scm-plugin + 1.11.1 + + ${project.name}-${project.version} + + + + + + + + myMavenRepo + + + !doNotUseMyMavenRepo + + + + https://mymavenrepo.com/repo/RI53xUAGqrZxOjxWLXRQ/ + https://mymavenrepo.com/repo/FKky0YoiTJJz52TzokPp/ + + + + + + \ No newline at end of file