org.apache.maven.plugin.source
Class TestSourceJarMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.apache.maven.plugin.source.AbstractSourceJarMojo
          extended by org.apache.maven.plugin.source.TestSourceJarNoForkMojo
              extended by org.apache.maven.plugin.source.TestSourceJarMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class TestSourceJarMojo
extends TestSourceJarNoForkMojo

This plugin bundles all the test sources into a jar archive.

Since:
2.0.3
Is defined to be executed in:
phase:
generate-sources
Is defined by the goal name:
test-jar
Is bound to the specified phase of the standard build lifecycle:
package

Field Summary
 
Fields inherited from class org.apache.maven.plugin.source.AbstractSourceJarMojo
excludeResources, finalName, includePom, outputDirectory, project, reactorProjects
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
TestSourceJarMojo()
           
 
Method Summary
 
Methods inherited from class org.apache.maven.plugin.source.TestSourceJarNoForkMojo
getClassifier, getResources, getSources
 
Methods inherited from class org.apache.maven.plugin.source.AbstractSourceJarMojo
addDirectory, addDirectory, archiveProjectContent, createArchiver, execute, getExtension, getProject, getType, packageSources, packageSources
 
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

TestSourceJarMojo

public TestSourceJarMojo()


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