Class GenerateTestSourcesMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.apache.axis2.maven2.wsdl2code.AbstractWSDL2CodeMojo
-
- org.apache.axis2.maven2.wsdl2code.GenerateTestSourcesMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
public class GenerateTestSourcesMojo extends AbstractWSDL2CodeMojo
Generates source code from a WSDL, for use in unit tests. This goal bind by default to the generate-test-sources phase and adds the sources to the test sources of the project; it is otherwise identical to the axis2-wsdl2code:generate-sources goal.
-
-
Constructor Summary
Constructors Constructor Description GenerateTestSourcesMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
addSourceRoot(org.apache.maven.project.MavenProject project, File srcDir)
protected File
getOutputDirectory()
-
Methods inherited from class org.apache.axis2.maven2.wsdl2code.AbstractWSDL2CodeMojo
execute
-
-
-
-
Method Detail
-
getOutputDirectory
protected File getOutputDirectory()
- Specified by:
getOutputDirectory
in classAbstractWSDL2CodeMojo
-
addSourceRoot
protected void addSourceRoot(org.apache.maven.project.MavenProject project, File srcDir)
- Specified by:
addSourceRoot
in classAbstractWSDL2CodeMojo
-
-