org.apache.geronimo.mavenplugins.testsuite
Class SurefireXMLGeneratorMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.codehaus.mojo.pluginsupport.MojoSupport
          extended by org.apache.geronimo.mavenplugins.testsuite.SurefireXMLGeneratorMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo, org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable

public class SurefireXMLGeneratorMojo
extends org.codehaus.mojo.pluginsupport.MojoSupport

Create a surefire xml file by concatenating the surefire xmls of the child poms that are invoked using maven-maven-plugin:invoke


Field Summary
protected  org.codehaus.mojo.pluginsupport.ant.AntHelper ant
           
protected  org.apache.maven.project.MavenProject project
          The maven project.
 
Fields inherited from class org.codehaus.mojo.pluginsupport.MojoSupport
container, log
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
SurefireXMLGeneratorMojo()
           
 
Method Summary
protected  void doExecute()
           
protected  org.apache.maven.project.MavenProject getProject()
           
protected  void init()
           
 
Methods inherited from class org.codehaus.mojo.pluginsupport.MojoSupport
contextualize, createArtifact, execute, getArtifact, getArtifactFactory, getArtifactRepository, getArtifactResolver, getProjectArtifacts, getProjectArtifacts, getProjectArtifacts, resolveArtifact, resolveArtifact
 
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
 

Field Detail

ant

protected org.codehaus.mojo.pluginsupport.ant.AntHelper ant

project

protected org.apache.maven.project.MavenProject project
The maven project.

Constructor Detail

SurefireXMLGeneratorMojo

public SurefireXMLGeneratorMojo()
Method Detail

getProject

protected org.apache.maven.project.MavenProject getProject()
Overrides:
getProject in class org.codehaus.mojo.pluginsupport.MojoSupport

init

protected void init()
             throws org.apache.maven.plugin.MojoExecutionException,
                    org.apache.maven.plugin.MojoFailureException
Overrides:
init in class org.codehaus.mojo.pluginsupport.MojoSupport
Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException

doExecute

protected void doExecute()
                  throws Exception
Overrides:
doExecute in class org.codehaus.mojo.pluginsupport.MojoSupport
Throws:
Exception


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.