We have to attach javadoc to sync with central

This commit is contained in:
Trustin Lee 2011-12-09 18:23:48 +09:00
parent c165ff0f47
commit 040bc7c683

View File

@ -483,7 +483,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>