org.apache.maven.plugin
Class TestCompilerMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.apache.maven.plugin.compiler.AbstractCompilerMojo
          extended by org.apache.maven.plugin.compiler.TestCompilerMojo
              extended by org.apache.maven.plugin.TestCompilerMojo
All Implemented Interfaces:
ContextEnabled, Mojo

Deprecated. package change since 3.0

@Deprecated
public class TestCompilerMojo
extends TestCompilerMojo

Compiles application test sources.

Since:
2.0
Version:
$Id: TestCompilerMojo.java 1409979 2012-11-15 20:22:26Z olamy $
Author:
Jason van Zyl

Field Summary
 
Fields inherited from class org.apache.maven.plugin.compiler.AbstractCompilerMojo
compilerArgument, compilerArguments, mavenSession, source, target
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
TestCompilerMojo()
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.apache.maven.plugin.compiler.TestCompilerMojo
execute, getClasspathElements, getCompilerArgument, getCompilerArguments, getCompileSourceRoots, getGeneratedSourcesDirectory, getOutputDirectory, getSource, getSourceInclusionScanner, getSourceInclusionScanner, getTarget
 
Methods inherited from class org.apache.maven.plugin.compiler.AbstractCompilerMojo
convertToCompilerResult, getBuildStartTime, getRequestThreadCount, isDependencyChanged
 
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

TestCompilerMojo

public TestCompilerMojo()
Deprecated. 


Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.