Upgrade to apiviz 1.3.2.GA. See #676
This commit is contained in:
parent
279712a6a0
commit
f6aeb5ef77
Binary file not shown.
@ -276,8 +276,12 @@
|
||||
<skip>${quickbuild}</skip>
|
||||
<excludePackageNames>*.internal,*.example</excludePackageNames>
|
||||
<doclet>org.jboss.apiviz.APIviz</doclet>
|
||||
<docletPath>${project.basedir}/lib/apiviz-1.3.1-jdk7.jar</docletPath>
|
||||
<docfilessubdirs>true</docfilessubdirs>
|
||||
<docletArtifact>
|
||||
<groupId>org.jboss.apiviz</groupId>
|
||||
<artifactId>apiviz</artifactId>
|
||||
<version>1.3.2.GA</version>
|
||||
</docletArtifact>
|
||||
<useStandardDocletOptions>true</useStandardDocletOptions>
|
||||
<outputDirectory>${project.build.directory}/api</outputDirectory>
|
||||
<overview>${basedir}/src/javadoc/overview.html</overview>
|
||||
|
Loading…
Reference in New Issue
Block a user