Package org.apache.axis2.maven.xsd2java
Class GenerateSourcesMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.apache.axis2.maven.xsd2java.AbstractXSD2JavaMojo
-
- org.apache.axis2.maven.xsd2java.GenerateSourcesMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
public class GenerateSourcesMojo extends AbstractXSD2JavaMojo
Generates Java classes from the specified schema files.
-
-
Constructor Summary
Constructors Constructor Description GenerateSourcesMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
addSourceRoot(org.apache.maven.project.MavenProject project)
protected File
getOutputDirectory()
-
Methods inherited from class org.apache.axis2.maven.xsd2java.AbstractXSD2JavaMojo
execute
-
-
-
-
Method Detail
-
getOutputDirectory
protected File getOutputDirectory()
- Specified by:
getOutputDirectory
in classAbstractXSD2JavaMojo
-
addSourceRoot
protected void addSourceRoot(org.apache.maven.project.MavenProject project)
- Specified by:
addSourceRoot
in classAbstractXSD2JavaMojo
-
-