Class GenerateSourcesMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.axis2.maven2.wsdl2code.AbstractWSDL2CodeMojo
org.apache.axis2.maven2.wsdl2code.GenerateSourcesMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
WSDL2CodeMojo
@Mojo(name="generate-sources",
defaultPhase=GENERATE_SOURCES,
threadSafe=true)
public class GenerateSourcesMojo
extends AbstractWSDL2CodeMojo
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) protected FileMethods inherited from class org.apache.axis2.maven2.wsdl2code.AbstractWSDL2CodeMojo
executeMethods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
GenerateSourcesMojo
public GenerateSourcesMojo()
-
-
Method Details
-
getOutputDirectory
- Specified by:
getOutputDirectoryin classAbstractWSDL2CodeMojo
-
addSourceRoot
- Specified by:
addSourceRootin classAbstractWSDL2CodeMojo
-