Fixed pom.xml

Description and locales resource path were incorrect
This commit is contained in:
Florian CUNY 2017-05-24 17:23:38 +02:00 committed by GitHub
parent a69e053229
commit 3c86c3e99a
1 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@
<packaging>jar</packaging>
<version>0.0.1</version>
<name>BSkyBlock</name>
<description>The next generation of BSkyBlock</description>
<description>The next generation of ASkyBlock</description>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
@ -31,9 +31,9 @@
</includes>
</resource>
<resource>
<targetPath>locale</targetPath>
<targetPath>locales</targetPath>
<filtering>false</filtering>
<directory>${basedir}/locale</directory>
<directory>${basedir}/locales</directory>
<includes>
<include>*.yml</include>
</includes>
@ -83,4 +83,4 @@
<url>http://nexus.hc.to/content/repositories/pub_releases</url>
</repository>
</repositories>
</project>
</project>