Changed maven settings
This commit is contained in:
parent
41cb1497d5
commit
b4513ca5d2
@ -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
12
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">
|
||||
<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>
|
||||
|
@ -1,4 +1,4 @@
|
||||
package temp.template;
|
||||
package temp.template.temp;
|
||||
|
||||
import org.bukkit.Bukkit;
|
||||
import org.bukkit.plugin.java.JavaPlugin;
|
Loading…
Reference in New Issue
Block a user