Skip to content

Instantly share code, notes, and snippets.

@splatch
Created December 8, 2011 20:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save splatch/1448327 to your computer and use it in GitHub Desktop.
Save splatch/1448327 to your computer and use it in GitHub Desktop.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>${code-house.plugin.javadoc.version}</version>
<configuration>
<stylesheetfile>javadoc-${division}.css</stylesheetfile>
<docencoding>${project.build.sourceEncoding}</docencoding>
<doclet>org.umlgraph.doclet.UmlGraphDoc</doclet>
<docletArtifact>
<groupId>org.umlgraph</groupId>
<artifactId>doclet</artifactId>
<version>5.1</version>
</docletArtifact>
<resourcesArtifacts>
<resourceArtifact>
<groupId>org.code-house.skin</groupId>
<artifactId>resources</artifactId>
<version>${code-house.site-skin.version}</version>
</resourceArtifact>
</resourcesArtifacts>
<additionalparam>-views</additionalparam>
<useStandardDocletOptions>true</useStandardDocletOptions>
<detectLinks>true</detectLinks>
</configuration>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment