mirror of
https://github.com/ME1312/SubServers-2.git
synced 2024-11-22 02:08:27 +01:00
Update build workflow
This commit is contained in:
parent
2a9c74f601
commit
89f2d646a5
2
LICENSE
2
LICENSE
@ -186,7 +186,7 @@
|
||||
same "printed page" as the copyright notice for easier
|
||||
identification within third-party archives.
|
||||
|
||||
Copyright (C) 2015-2019 ME1312
|
||||
Copyright (C) 2015-2021 ME1312
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
|
@ -92,7 +92,7 @@
|
||||
<goal>javadoc</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<windowtitle>SubServers.Bungee.Common Javadoc</windowtitle>
|
||||
<windowtitle>SubServers.Bungee.Common</windowtitle>
|
||||
<doctitle>SubServers.Bungee.Common ${project.version}</doctitle>
|
||||
<show>protected</show>
|
||||
<destDir>./</destDir>
|
||||
|
@ -152,7 +152,7 @@
|
||||
<goal>javadoc</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<windowtitle>SubServers.Bungee Javadoc</windowtitle>
|
||||
<windowtitle>SubServers.Bungee</windowtitle>
|
||||
<doctitle>SubServers.Bungee ${project.version}</doctitle>
|
||||
<show>protected</show>
|
||||
<destDir>./</destDir>
|
||||
|
@ -147,7 +147,7 @@
|
||||
<goal>javadoc</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<windowtitle>SubServers.Client.Bukkit Javadoc</windowtitle>
|
||||
<windowtitle>SubServers.Client.Bukkit</windowtitle>
|
||||
<doctitle>SubServers.Client.Bukkit ${project.version}</doctitle>
|
||||
<show>protected</show>
|
||||
<destDir>./</destDir>
|
||||
|
@ -110,8 +110,8 @@
|
||||
<goal>javadoc</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<windowtitle>SubServers.Client.Common Javadoc</windowtitle>
|
||||
<doctitle>SubServers.Client.Common Javadoc</doctitle>
|
||||
<windowtitle>SubServers.Client.Common</windowtitle>
|
||||
<doctitle>SubServers.Client.Common ${project.version}</doctitle>
|
||||
<show>protected</show>
|
||||
<destDir>./</destDir>
|
||||
<outputDirectory>${basedir}/../../Javadoc/SubServers.Client.Common</outputDirectory>
|
||||
|
@ -117,7 +117,7 @@
|
||||
<goal>javadoc</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<windowtitle>SubServers.Client.Sponge Javadoc</windowtitle>
|
||||
<windowtitle>SubServers.Client.Sponge</windowtitle>
|
||||
<doctitle>SubServers.Client.Sponge ${project.version}</doctitle>
|
||||
<show>protected</show>
|
||||
<destDir>./</destDir>
|
||||
|
@ -153,7 +153,7 @@
|
||||
<goal>javadoc</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<windowtitle>SubServers.Host Javadoc</windowtitle>
|
||||
<windowtitle>SubServers.Host</windowtitle>
|
||||
<doctitle>SubServers.Host ${project.version}</doctitle>
|
||||
<show>protected</show>
|
||||
<destDir>./</destDir>
|
||||
|
@ -144,7 +144,7 @@
|
||||
<goal>javadoc</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<windowtitle>SubServers.Sync Javadoc</windowtitle>
|
||||
<windowtitle>SubServers.Sync</windowtitle>
|
||||
<doctitle>SubServers.Sync ${project.version}</doctitle>
|
||||
<show>protected</show>
|
||||
<destDir>./</destDir>
|
||||
|
Loading…
Reference in New Issue
Block a user