Generate configuration classes from XML definition files for OpenDJ server.
There is a single goal that generate java sources, manifest files, I18N
messages and cli/ldap profiles. Resources will be looked for in the following
places depending on whether the plugin is executing for the core config or an
extension:
|
Location |
XSLT stylesheets |
Internal: /config/stylesheets |
XML core definitions |
Internal: /config/xml |
XML extension definitions |
${basedir}/src/main/java |
Generated Java APIs |
${project.build.directory}/generated-sources/config |
Generated I18N messages |
${project.build.outputDirectory}/config/messages |
Generated profiles |
${project.build.outputDirectory}/config/profiles/${profile} |
Generated manifest |
${project.build.outputDirectory}/META-INF/services/org.forgerock.opendj.
config.AbstractManagedObjectDefinition |