@Mojo(name="dtdToXsd",
defaultPhase=GENERATE_SOURCES)
public class ConvertDTD2XSDMojo
extends org.apache.maven.plugin.AbstractMojo
Constructor and Description |
---|
ConvertDTD2XSDMojo() |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
void |
setDest(File dest)
Sets the schema file to output.
|
void |
setSource(File source)
Sets the DTD file to convert.
|
public void execute() throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException
Mojo.execute()
public void setSource(File source)
source
- the DTD file to convert.public void setDest(File dest)
dest
- the schema file to output.Copyright © 2005–2021 MojoHaus. All rights reserved.