|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
org.fusesource.mvnplugins.graph.ProjectMojo
org.fusesource.mvnplugins.graph.ReactorMojo
public class ReactorMojo
Generates a graph image of the aggregate dependencies all the projects in current reactor (aka multi project) build using the graphviz tool 'dot'. You must have the 'dot' executable installed and in your path before using this goal.
| Field Summary |
|---|
| Fields inherited from class org.fusesource.mvnplugins.graph.ProjectMojo |
|---|
artifactCollector, artifactFactory, artifactMetadataSource, artifactResolver, cascade, direction, hideExternal, hideGroupId, hideOmitted, hideOptional, hidePoms, hideScopes, hideTransitive, hideType, hideVersion, keepDot, label, localRepository, project, treeBuilder |
| Fields inherited from interface org.apache.maven.plugin.Mojo |
|---|
ROLE |
| Constructor Summary | |
|---|---|
ReactorMojo()
|
|
| Method Summary | |
|---|---|
protected void |
collectProjects(java.util.ArrayList<org.apache.maven.project.MavenProject> projects)
|
java.io.File |
getTarget()
|
| Methods inherited from class org.fusesource.mvnplugins.graph.ProjectMojo |
|---|
execute |
| 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 |
|---|
public ReactorMojo()
| Method Detail |
|---|
protected void collectProjects(java.util.ArrayList<org.apache.maven.project.MavenProject> projects)
collectProjects in class ProjectMojopublic java.io.File getTarget()
getTarget in class ProjectMojo
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||