Customize the JavaDocs a bit
Dieser Commit ist enthalten in:
Ursprung
63babc4ca1
Commit
1b4a8ec0aa
6
pom.xml
6
pom.xml
@ -14,6 +14,7 @@
|
||||
<description>Provides read/write access to the Minecraft protocol.</description>
|
||||
<url>http://www.spigotmc.org/resources/protocollib.1997/</url>
|
||||
<packaging>pom</packaging>
|
||||
<inceptionYear>2012</inceptionYear>
|
||||
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
@ -57,6 +58,10 @@
|
||||
<version>2.7</version>
|
||||
<configuration>
|
||||
<failOnError>false</failOnError>
|
||||
<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>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
@ -77,7 +82,6 @@
|
||||
<version>2.7</version>
|
||||
<configuration>
|
||||
<aggregate>true</aggregate>
|
||||
<failOnError>false</failOnError>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren