de.smartics.testdoc.maven
Class TestStoriesXmlExportMojo

Package class diagram package TestStoriesXmlExportMojo
java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by de.smartics.testdoc.maven.TestStoriesXmlExportMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

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

Generates XML reports.

maven-goal:
test-stories
maven-phase:
process-test-classes
maven-requiresProject:
maven-description:
Generates XML reports containing test stories.

Field Summary
protected  File outputDir
          The directory to write to.
protected  MavenProject project
          The Maven project.
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
TestStoriesXmlExportMojo()
           
 
Method Summary
 void 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
 

Field Detail

project

protected MavenProject project
The Maven project.

Since:
1.0

outputDir

protected File outputDir
The directory to write to. This is the File representation of outputDirectory.

Since:
1.0
Constructor Detail

TestStoriesXmlExportMojo

public TestStoriesXmlExportMojo()
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


Copyright © 2010-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.