Fix a few issues with loading
Dieser Commit ist enthalten in:
Ursprung
b4c0cc5a27
Commit
13b905e762
@ -3,7 +3,7 @@ version: ${project.version}${project.build.number}
|
||||
description: Provides read/write access to the Minecraft protocol.
|
||||
authors: [dmulloy2, comphenix]
|
||||
|
||||
main: com.comphenix.protocol.ProtocolLibrary
|
||||
main: com.comphenix.protocol.ProtocolLib
|
||||
load: startup
|
||||
database: false
|
||||
|
15
pom.xml
15
pom.xml
@ -46,6 +46,18 @@
|
||||
<defaultGoal>clean package install</defaultGoal>
|
||||
<finalName>${project.name}</finalName>
|
||||
<sourceDirectory>src/main/java</sourceDirectory>
|
||||
<!--
|
||||
<resources>
|
||||
<resource>
|
||||
<targetPath>.</targetPath>
|
||||
<filtering>true</filtering>
|
||||
<directory>src/main/resources/</directory>
|
||||
<includes>
|
||||
<include>*.yml</include>
|
||||
</includes>
|
||||
</resource>
|
||||
</resources>
|
||||
-->
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
@ -65,7 +77,8 @@
|
||||
<encoding>ISO-8859-1</encoding>
|
||||
<doctitle>ProtocolLib JavaDocs</doctitle>
|
||||
<windowtitle>ProtocolLib JavaDocs</windowtitle>
|
||||
<bottom>Copyright © {inceptionYear}–{currentYear} Comphenix and dmulloy2. Licensed under the GNU GPL v2.</bottom>
|
||||
<bottom>Copyright © {inceptionYear}–{currentYear}
|
||||
Comphenix and dmulloy2. Licensed under the GNU GPL v2.</bottom>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren