From 3a793b76db9724003d366ebc938a05a8a0fa45a4 Mon Sep 17 00:00:00 2001 From: NorbiPeti Date: Mon, 24 Oct 2016 19:22:37 +0200 Subject: [PATCH] Fixed things --- .gitignore | 1 - jitpack.yml | 10 ----- pom.xml | 111 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 111 insertions(+), 11 deletions(-) delete mode 100644 jitpack.yml create mode 100644 pom.xml diff --git a/.gitignore b/.gitignore index 10f8ea2..77e539d 100644 --- a/.gitignore +++ b/.gitignore @@ -221,4 +221,3 @@ TheButtonAutoFlair/out/artifacts/Autoflair/Autoflair.jar *.iml *.name .idea/compiler.xml -*.xml diff --git a/jitpack.yml b/jitpack.yml deleted file mode 100644 index 219eab8..0000000 --- a/jitpack.yml +++ /dev/null @@ -1,10 +0,0 @@ -jdk: - - oraclejdk8 -#before_install: -# - ./prepareEnvironment.sh -install: - - echo "Downloading Towny JAR..." - - 'wget -O "Towny.jar" --header="Accept-Language: en-us,en;q=0.5" http://palmergames.com/file-repo/Towny%20Advanced/Development/0.91.1.5/Towny.jar' - - mvn install:install-file -Dfile=Towny.jar -DgroupId=com.github.TBMCPlugins.ButtonCore -DartifactId=Towny -Dversion=master-SNAPSHOT -Dpackaging=jar - - mvn clean install -DskipTests -# - rm -r ~/.m2/repository/com/palmergames/Towny/ \ No newline at end of file diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..2d27126 --- /dev/null +++ b/pom.xml @@ -0,0 +1,111 @@ + + 4.0.0 + com.github.TBMCPlugins + ButtonLib + master-SNAPSHOT + ButtonLib + ButtonCore + + src/main/java + + + src + + **/*.java + + + + src/main/resources + + *.properties + *.yml + *.csv + *.txt + + true + + + ButtonCore + + + maven-compiler-plugin + 3.3 + + 1.8 + 1.8 + + + + + org.apache.maven.plugins + maven-resources-plugin + 3.0.1 + + + copy + compile + + copy-resources + + + target + + + resources + + + + + + + + + + + spigot-repo + https://hub.spigotmc.org/nexus/content/repositories/snapshots/ + + + jitpack.io + https://jitpack.io/ + + + + + org.spigotmc + spigot-api + 1.9.2-R0.1-SNAPSHOT + + + + org.apache.commons + commons-io + 1.3.2 + + + + TBMCPlugins + https://github.com/TBMCPlugins + + + + internal.repo + Temporary Staging Repository + file://${project.build.directory}/mvn-repo/${project.name} + + + + + github + + + https://github.com/TBMCPlugins/mvn-repo + scm:git:https://github.com/TBMCPlugins/mvn-repo.git + scm:git:https://github.com/TBMCPlugins/mvn-repo.git + + \ No newline at end of file