org.apache.maven.plugin.reactor
Class MakeDependentsMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.apache.maven.plugin.reactor.MakeMojo
          extended by org.apache.maven.plugin.reactor.MakeDependentsMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
Direct Known Subclasses:
MakeScmChanges

public class MakeDependentsMojo
extends MakeMojo

Goal to build a project X and all of the reactor projects that depend on X

Author:
Dan Fabulich
Aggregates the Maven project and its child modules.
Is defined by the goal name:
make-dependents
Is bound to the specified phase of the standard build lifecycle:
process-sources

Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
MakeDependentsMojo()
           
 
Method Summary
protected  java.util.Set gatherProjects(org.codehaus.plexus.util.dag.Vertex v, SuperProjectSorter ps, java.util.Set visited, java.util.Set out)
           
 
Methods inherited from class org.apache.maven.plugin.reactor.MakeMojo
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

MakeDependentsMojo

public MakeDependentsMojo()
Method Detail

gatherProjects

protected java.util.Set gatherProjects(org.codehaus.plexus.util.dag.Vertex v,
                                       SuperProjectSorter ps,
                                       java.util.Set visited,
                                       java.util.Set out)
Overrides:
gatherProjects in class MakeMojo


Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.