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 version: oraclejdk7
general: general:
artifacts: artifacts:
- "target/AuthMeReloaded.jar" - "target/AuthMe-*.jar"
test: test:
override: override:
- mvn clean install -B - mvn clean install -B

View File

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

View File

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