Attach Javadoc to sync with the central repo

This commit is contained in:
Trustin Lee 2011-12-09 18:24:31 +09:00
parent c07a984671
commit 85d94a0c4f

View File

@ -499,7 +499,7 @@
<configuration>
<doclet>org.jboss.apiviz.APIviz</doclet>
<docletPath>${basedir}/lib/apiviz-1.3.1.GA.jar</docletPath>
<attach>false</attach>
<attach>true</attach>
<javadocDirectory>${basedir}/src/javadoc</javadocDirectory>
<docfilessubdirs>true</docfilessubdirs>
<useStandardDocletOptions>true</useStandardDocletOptions>