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
@Mojo(name="wsdl2code",
defaultPhase=GENERATE_TEST_SOURCES,
threadSafe=true)
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.
-
Field Summary
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddSourceRoot(org.apache.maven.project.MavenProject project, File srcDir) Deprecated.protected FileDeprecated.Methods inherited from class org.apache.axis2.maven2.wsdl2code.AbstractWSDL2CodeMojo
executeMethods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
WSDL2CodeMojo
public WSDL2CodeMojo()Deprecated.
-
-
Method Details
-
getOutputDirectory
Deprecated.- Overrides:
getOutputDirectoryin classGenerateSourcesMojo
-
addSourceRoot
Deprecated.- Overrides:
addSourceRootin classGenerateSourcesMojo
-