Package org.forgerock.opendj.maven
Class ConcatSchemaMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.forgerock.opendj.maven.ConcatSchemaMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="concat", defaultPhase=GENERATE_SOURCES) public final class ConcatSchemaMojo extends org.apache.maven.plugin.AbstractMojoConcatenates the contents of the files in the schema directory to create a base schema that may be used during the upgrade process. Each element will also include the X-SCHEMA-FILE extension to indicate the source schema file.There is a single goal that generates the base schema.
-
-
Constructor Summary
Constructors Constructor Description ConcatSchemaMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()
-