mirror of
https://github.com/MilkBowl/Vault.git
synced 2024-11-25 03:55:23 +01:00
cleanup javadoc generation, we still use the ant task
This commit is contained in:
parent
48c3c983a3
commit
2c7bed91e6
@ -53,14 +53,14 @@
|
|||||||
verbose="false"
|
verbose="false"
|
||||||
author="true"
|
author="true"
|
||||||
version="true">
|
version="true">
|
||||||
<link href="http://java.sun.com/j2se/1.5.0/docs/api/" />
|
<link href="http://docs.oracle.com/javase/7/docs/api/" />
|
||||||
<link href="http://jd.bukkit.org/apidocs/" />
|
<link href="http://jd.bukkit.org/apidocs/" />
|
||||||
|
|
||||||
<classpath>
|
<classpath>
|
||||||
<fileset dir="lib" includes="**/*.jar"/>
|
<fileset dir="lib" includes="**/*.jar"/>
|
||||||
</classpath>
|
</classpath>
|
||||||
<bottom>
|
<bottom>
|
||||||
<![CDATA[<b>MilkBukkit, 2011</b>]]>
|
<![CDATA[<b>MilkBowl, 2013</b>]]>
|
||||||
</bottom>
|
</bottom>
|
||||||
</javadoc>
|
</javadoc>
|
||||||
</target>
|
</target>
|
||||||
|
21
pom.xml
21
pom.xml
@ -438,32 +438,15 @@ Vault currently supports the following: Permissions 3, PEX, GroupManager, bPerms
|
|||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-javadoc-plugin</artifactId>
|
<artifactId>maven-javadoc-plugin</artifactId>
|
||||||
<version>2.9.1</version>
|
<version>2.9.1</version>
|
||||||
<executions>
|
|
||||||
<execution>
|
|
||||||
<id>install-javadocs</id>
|
|
||||||
<goals>
|
|
||||||
<goal>javadoc</goal>
|
|
||||||
</goals>
|
|
||||||
</execution>
|
|
||||||
</executions>
|
|
||||||
<configuration>
|
<configuration>
|
||||||
<outputDirectory>/var/www/javadoc</outputDirectory>
|
|
||||||
<reportOutputDirectory>/var/www/javadoc</reportOutputDirectory>
|
|
||||||
<destDir>vault</destDir>
|
|
||||||
<show>public</show>
|
<show>public</show>
|
||||||
<windowtitle>Vault</windowtitle>
|
<windowtitle>Vault</windowtitle>
|
||||||
<verbose>false</verbose>
|
<verbose>false</verbose>
|
||||||
<author>true</author>
|
<author>true</author>
|
||||||
<version>true</version>
|
<version>true</version>
|
||||||
<linksource>true</linksource>
|
<linksource>true</linksource>
|
||||||
<links>
|
<excludePackageNames>net.milkbowl.vault.chat.plugin:net.milkbowl.vault.economy.plugin:net.milkbowl.vault.permission.plugin</excludePackageNames>
|
||||||
<link>http://java.sun.com/j2se/1.5.0/docs/api/</link>
|
<bottom><![CDATA[<b>Milkbowl, 2014</b>]]</bottom>
|
||||||
<link>http://jd.bukkit.org/apidocs/</link>
|
|
||||||
</links>
|
|
||||||
<bottom>
|
|
||||||
<![CDATA[<b>MilkBukkit, 2011</b>]]>
|
|
||||||
</bottom>
|
|
||||||
<excludePackageNames>net.milkbowl.vault.chat.*:net.milkbowl.vault.economy.*:net.milkbowl.vault.permission.*</excludePackageNames>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
Loading…
Reference in New Issue
Block a user