mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-23 10:45:23 +01:00
fix plugin name
(i'm an idiot -_-)
This commit is contained in:
parent
7f4db3a85b
commit
2c45cece00
@ -3,7 +3,7 @@ machine:
|
||||
version: oraclejdk7
|
||||
general:
|
||||
artifacts:
|
||||
- "target/AuthMeReloaded.jar"
|
||||
- "target/AuthMe-*.jar"
|
||||
test:
|
||||
override:
|
||||
- mvn clean install -B
|
||||
|
2
pom.xml
2
pom.xml
@ -56,7 +56,7 @@
|
||||
</properties>
|
||||
|
||||
<build>
|
||||
<finalName>${project.name}</finalName>
|
||||
<finalName>AuthMe-${project.version}</finalName>
|
||||
<resources>
|
||||
<resource>
|
||||
<targetPath>.</targetPath>
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: ${project.name}
|
||||
name: AuthMe
|
||||
authors: ${pluginAuthors}
|
||||
website: ${project.url}
|
||||
description: ${project.description}
|
||||
|
Loading…
Reference in New Issue
Block a user