How to parameterize a DITA-OT server standard plugin

You parameterize Componize standard plugins of the DITA-OT Server using a DITA-OT DITA-OT property file, plus all other parameterization files that are needed.

  1. In the pipeline configuration file, add an option referencing the DITA-OT propertyfile
    ...
          <option>
            <name>propertyfile</name>
            <value>alfresco:/Sites/my-sample-site/documentLibrary/dita-ot.properties</value>
          </option>
    ...
  2. Creates and fill the DITA-OT DITA-OT property file

    The DITA-OT property file is defined in the DITA-OT documentation:

    https://www.dita-ot.org/3.5/topics/using-dita-properties-file.html

If you include any of the following properties:

The referenced file(s) and/or folder(s) will be copied to the temporary folder on disk and accessible to the DITA-OT Server.

For example, if you have the following in your propertyfile:

customization.dir=relative/path/to/dir
That directory will be available in the DITA OT at ${args.input.dir}/relative/path/to/dir