TeXConverter Maven-plugin properties

The column "optional" mentions 2 groups. This is meant to indicate that either all properties of group 1 must be given, OR all of group 2.
property optional? description
texconverter.inputFileName no

(group 1)

Path and name of the LaTeX input file, which should be converted at the next execution of the maven goal texconverter:renderTex.

texconverter.outputFileName no

(group 1)

Path and name of the output file, which will be created/overwritten at the next execution of the maven goal texconverter:renderTex.

texconverter.outputFormatName no

(group 1)

Type/format of the output file which will be created/overwritten at the next execution of the maven goal texconverter:renderTex. Possible values are:

html
output in HTML-format
xdoc
output in XDoc-format
wiki_wicked
output as Horde's Wicked Wiki format

texconverter.localeCode no

ISO(639-2) 3-letter code of language which should be used for localized strings. This affects some titles (e.g. of Bibliography, Glossary) and captions. This parameter is optional, if omitted the system locale will be used. Currently available locales are: "eng" (english) and "deu" (german).

texconverter.propertiesFile no

(group 2)

Path and name of a Java properties file - this can be used as an alternative to the above properties, with the added benefit that multiple conversion tasks can be defined in a single properties file. Refer to the user documentation on how to create such a properties file.