org.apache.maven.plugin.reactor
Class MakeMojo

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

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

Goal to build a project X and all of the reactor projects on which X depends

Author:
Dan Fabulich
Aggregates the Maven project and its child modules.
Is defined by the goal name:
make
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
MakeMojo()
           
 
Method Summary
 void execute()
           
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.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

MakeMojo

public MakeMojo()
Method Detail

execute

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

gatherProjects

protected java.util.Set gatherProjects(org.codehaus.plexus.util.dag.Vertex v,
                                       SuperProjectSorter ps,
                                       java.util.Set visited,
                                       java.util.Set out)


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