xmile:xmile

Note: This Mojo should be used as a Maven report.

Full name:

net.sf.xmile:xmile:0.0.1-SNAPSHOT:xmile

Description:

Displays the project dependencies as a UML2 component diagram.

Attributes:

  • Requires a Maven 2.0 project to be executed.
  • Invokes the execution of this plugin's goal graph prior to executing itself.

Optional Parameters

Name Type Since Description
formats String[] - The formats of the diagrams. Default value is: png.
linkDiagrams boolean - Whether to link to diagrams rather than embedding in the report. Use this option if the output format does not work with an <img> tag or the diagrams are large and would display better as a separate page. Default value is: false.

Parameter Details

formats :

The formats of the diagrams.

  • Type: java.lang.String[]
  • Required: No
  • Expression: ${componentry.diagram.format}
  • Default: png

linkDiagrams :

Whether to link to diagrams rather than embedding in the report. Use this option if the output format does not work with an <img> tag or the diagrams are large and would display better as a separate page.

  • Type: boolean
  • Required: No
  • Default: false