mirror of
https://github.com/dmulloy2/ProtocolLib.git
synced 2025-01-07 08:58:34 +01:00
Customize the JavaDocs a bit
This commit is contained in:
parent
63babc4ca1
commit
1b4a8ec0aa
6
pom.xml
6
pom.xml
@ -14,6 +14,7 @@
|
|||||||
<description>Provides read/write access to the Minecraft protocol.</description>
|
<description>Provides read/write access to the Minecraft protocol.</description>
|
||||||
<url>http://www.spigotmc.org/resources/protocollib.1997/</url>
|
<url>http://www.spigotmc.org/resources/protocollib.1997/</url>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
<inceptionYear>2012</inceptionYear>
|
||||||
|
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
<repository>
|
<repository>
|
||||||
@ -57,6 +58,10 @@
|
|||||||
<version>2.7</version>
|
<version>2.7</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<failOnError>false</failOnError>
|
<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>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
@ -77,7 +82,6 @@
|
|||||||
<version>2.7</version>
|
<version>2.7</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<aggregate>true</aggregate>
|
<aggregate>true</aggregate>
|
||||||
<failOnError>false</failOnError>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
Loading…
Reference in New Issue
Block a user