mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2025-02-18 12:51:38 +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
|
version: oraclejdk7
|
||||||
general:
|
general:
|
||||||
artifacts:
|
artifacts:
|
||||||
- "target/AuthMeReloaded.jar"
|
- "target/AuthMe-*.jar"
|
||||||
test:
|
test:
|
||||||
override:
|
override:
|
||||||
- mvn clean install -B
|
- mvn clean install -B
|
||||||
|
2
pom.xml
2
pom.xml
@ -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>
|
||||||
|
@ -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}
|
||||||
|
Loading…
Reference in New Issue
Block a user