Changed maven settings

master
Jonttu 2020-03-03 18:56:08 +02:00
parent 41cb1497d5
commit b4513ca5d2
3 changed files with 5 additions and 11 deletions

View File

@ -4,4 +4,4 @@ api-version: 1.13
description: Template
author: Template
website: localhost
main: temp.template.Main
main: temp.template.temp.Main

12
pom.xml
View File

@ -2,12 +2,12 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>fi.flexplex</groupId>
<artifactId>core</artifactId>
<groupId>temp.template</groupId>
<artifactId>temp</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>core</name>
<name>MavenSpigotPluginTemplate</name>
<url>http://maven.apache.org</url>
<properties>
@ -28,11 +28,5 @@
<version>1.15.2-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>

View File

@ -1,4 +1,4 @@
package temp.template;
package temp.template.temp;
import org.bukkit.Bukkit;
import org.bukkit.plugin.java.JavaPlugin;