spring-me:dot

Full name:

me.springframework:spring-me-maven-plugin:1.1-SNAPSHOT:dot

Description:

A Mojo generating a dot file representing the Spring beans.

Attributes:

  • Requires a Maven 2.0 project to be executed.

Required Parameters

Name Type Since Description
project MavenProject - The project in which the plugin is included.

Optional Parameters

Name Type Since Description
className String - (no description)
contextFile File - (no description)
dotFile File - (no description)
factories List - (no description)
localRepository ArtifactRepository - Local Maven repository.
styles List - The styles defined for rendering the diagram.

Parameter Details

className:

(no description)

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

contextFile:

(no description)

  • Type: java.io.File
  • Required: No

dotFile:

(no description)

  • Type: java.io.File
  • Required: No

factories:

(no description)

  • Type: java.util.List
  • Required: No

localRepository:

Local Maven repository.

  • Type: org.apache.maven.artifact.repository.ArtifactRepository
  • Required: No
  • Expression: ${localRepository}

project:

The project in which the plugin is included.

  • Type: org.apache.maven.project.MavenProject
  • Required: Yes
  • Expression: ${project}

styles:

The styles defined for rendering the diagram.

  • Type: java.util.List
  • Required: No