From b4513ca5d2b4aebbc15870c81a561b1a743540ef Mon Sep 17 00:00:00 2001 From: Jonttu Date: Tue, 3 Mar 2020 18:56:08 +0200 Subject: [PATCH] Changed maven settings --- plugin.yml | 2 +- pom.xml | 12 +++--------- src/main/java/temp/template/{ => temp}/Main.java | 2 +- 3 files changed, 5 insertions(+), 11 deletions(-) rename src/main/java/temp/template/{ => temp}/Main.java (88%) diff --git a/plugin.yml b/plugin.yml index 59432cc..a93d58a 100644 --- a/plugin.yml +++ b/plugin.yml @@ -4,4 +4,4 @@ api-version: 1.13 description: Template author: Template website: localhost -main: temp.template.Main \ No newline at end of file +main: temp.template.temp.Main \ No newline at end of file diff --git a/pom.xml b/pom.xml index 3c7fb22..122a7a1 100644 --- a/pom.xml +++ b/pom.xml @@ -2,12 +2,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - fi.flexplex - core + temp.template + temp 0.0.1-SNAPSHOT jar - core + MavenSpigotPluginTemplate http://maven.apache.org @@ -28,11 +28,5 @@ 1.15.2-R0.1-SNAPSHOT provided - - junit - junit - 3.8.1 - test - diff --git a/src/main/java/temp/template/Main.java b/src/main/java/temp/template/temp/Main.java similarity index 88% rename from src/main/java/temp/template/Main.java rename to src/main/java/temp/template/temp/Main.java index 1525ca2..9d1f1ee 100644 --- a/src/main/java/temp/template/Main.java +++ b/src/main/java/temp/template/temp/Main.java @@ -1,4 +1,4 @@ -package temp.template; +package temp.template.temp; import org.bukkit.Bukkit; import org.bukkit.plugin.java.JavaPlugin;