Class WSDL2CodeMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.apache.axis2.maven2.wsdl2code.AbstractWSDL2CodeMojo
-
- org.apache.axis2.maven2.wsdl2code.GenerateSourcesMojo
-
- org.apache.axis2.maven2.wsdl2code.WSDL2CodeMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
public class WSDL2CodeMojo extends GenerateSourcesMojo
Deprecated.This goal is identical to axis2-wsdl2code:generate-sources; either switch to that goal or use the new axis2-wsdl2code:generate-test-sources goal if you need to generate code for use in unit tests only.Generates source code from a WSDL.
-
-
Constructor Summary
Constructors Constructor Description WSDL2CodeMojo()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected void
addSourceRoot(org.apache.maven.project.MavenProject project, File srcDir)
Deprecated.protected File
getOutputDirectory()
Deprecated.-
Methods inherited from class org.apache.axis2.maven2.wsdl2code.AbstractWSDL2CodeMojo
execute
-
-
-
-
Method Detail
-
getOutputDirectory
protected File getOutputDirectory()
Deprecated.- Overrides:
getOutputDirectory
in classGenerateSourcesMojo
-
addSourceRoot
protected void addSourceRoot(org.apache.maven.project.MavenProject project, File srcDir)
Deprecated.- Overrides:
addSourceRoot
in classGenerateSourcesMojo
-
-