xmile:graph

Full name:

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

Description:

Transforms XMI files into dot files and generates UML2 diagrams rendered by GraphViz .

Attributes:

  • Requires a Maven 2.0 project to be executed.
  • Binds by default to the lifecycle phase: pre-site.
  • Invokes the execution of this plugin's goal dot prior to executing itself.

Optional Parameters

Name Type Since Description
format String - The formats of the diagrams to create. Default value is: png.
graphviz String - Path to GraphViz command. Default value is: dot.
timeout long - The number of seconds to wait for GraphViz to complete. Default value is: 30.

Parameter Details

format :

The formats of the diagrams to create.

  • Type: java.lang.String
  • Required: No
  • Default: png

graphviz :

Path to GraphViz command.

  • Type: java.lang.String
  • Required: No
  • Default: dot

timeout :

The number of seconds to wait for GraphViz to complete.

  • Type: long
  • Required: No
  • Default: 30