fix plugin name

(i'm an idiot -_-)
This commit is contained in:
Gabriele C 2015-11-10 18:43:24 +01:00
parent 7f4db3a85b
commit 2c45cece00
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ machine:
version: oraclejdk7
general:
artifacts:
- "target/AuthMeReloaded.jar"
- "target/AuthMe-*.jar"
test:
override:
- mvn clean install -B

View File

@ -56,7 +56,7 @@
</properties>
<build>
<finalName>${project.name}</finalName>
<finalName>AuthMe-${project.version}</finalName>
<resources>
<resource>
<targetPath>.</targetPath>

View File

@ -1,4 +1,4 @@
name: ${project.name}
name: AuthMe
authors: ${pluginAuthors}
website: ${project.url}
description: ${project.description}