org.fusesource.mvnplugins.graph
Class ProjectMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.fusesource.mvnplugins.graph.ProjectMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
Direct Known Subclasses:
ReactorMojo

public class ProjectMojo
extends org.apache.maven.plugin.AbstractMojo

Generates a graph image of the dependencies of the project using the graphviz tool 'dot'. You must have the 'dot' executable installed and in your path before using this goal.

Author:
Hiram Chirino
Is defined by the goal name:
project
Requires the dependencies in this specified scope:
compile|test|runtime

Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
ProjectMojo()
           
 
Method Summary
protected  void collectProjects(ArrayList<org.apache.maven.project.MavenProject> projects)
           
 void execute()
           
 File getTarget()
           
 
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectMojo

public ProjectMojo()
Method Detail

execute

public void execute()
             throws org.apache.maven.plugin.MojoExecutionException
Throws:
org.apache.maven.plugin.MojoExecutionException

collectProjects

protected void collectProjects(ArrayList<org.apache.maven.project.MavenProject> projects)

getTarget

public File getTarget()


Copyright © 2009-2010 Progress Software Inc.. All Rights Reserved.