gboersma / uml-java-doclet

Doclet to generate UML diagrams for Javadoc using PlantUML.
74 stars 29 forks source link

Generate Javadoc in custom location? #4

Closed SaralMohan closed 4 years ago

SaralMohan commented 6 years ago

Hi,

Can we generate the javadoc in custom location instead of the default location target/site/apidocs.

gboersma commented 4 years ago

Yes, you can use the standard Maven javadoc options. I updated the docs to show how this is done.