org.codehaus.mojo.jaxb2
Class TestSchemagenMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.jaxb2.AbstractSchemagenMojo
org.codehaus.mojo.jaxb2.TestSchemagenMojo
- All Implemented Interfaces:
- ContextEnabled, Mojo
public class TestSchemagenMojo
- extends AbstractSchemagenMojo
Creates XML Schema file(s) for test sources.
- Since:
- 1.3
- Author:
- rfscholte
- Is bound to the specified phase of the standard build lifecycle:
- generate-test-resources
- Requires the dependencies in this specified scope:
- test
- Is defined by the goal name:
- testSchemagen
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestSchemagenMojo
public TestSchemagenMojo()
getOutputDirectory
protected File getOutputDirectory()
- Specified by:
getOutputDirectory
in class AbstractSchemagenMojo
getCompileSourceRoots
protected List getCompileSourceRoots()
- Specified by:
getCompileSourceRoots
in class AbstractSchemagenMojo
getClasspathElements
protected List getClasspathElements(MavenProject project)
throws DependencyResolutionRequiredException
- Specified by:
getClasspathElements
in class AbstractSchemagenMojo
- Throws:
DependencyResolutionRequiredException
Copyright © 2005-2012 Codehaus. All Rights Reserved.