Manipulates doctype add-ons for the projectdoc Toolbox for Confluence.
Manipulates doctype add-ons for the projectdoc Toolbox for Confluence.
Goals
Goals available for this plugin:
- doctype:build
- Builds the ORB artifact for the add-on project in the target folder.
- doctype:concat-docmaps
- Create a docmap JSON file from resources found in the file system.
- doctype:create
- Creates a new project based on the doctype add-on archetype.
- doctype:create-model
- Creates a new project based on the doctype model archetype.
- doctype:create-patch-tree
- Creates a basic patch tree in the models folder.
- doctype:generate
- Applies changes to a doctype add-on project for the projectdoc Toolbox for
Confluence. There is no rollback or backup function! Make sure to run this
only against projects that are in version control and up-to-date. On any
problem sources (not files in the target folder) have to be fetched from
version control.
- doctype:help
- Display help information on doctype-maven-plugin.
Call mvn doctype:help -Ddetail=true -Dgoal=<goal-name>
to display parameter details. - doctype:run
- Runs the Confluence locally in debug mode. This is quite crude.