Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section
titleRun Generation Process

The generation process for the altered doctypes, run from within the project (that is from the base folder that contains the pom.xml file) using

Code Block
mvn doctype:generate -Dmode=update

In create mode (default), already existing templates will not be overridden. but update will take care of updating doctype information.

...