Goals
Goals available for this plugin:
| Goal | Description |
|---|---|
| check-syntax | Analyzes the C4 source files found in the output directory to report any syntax error, then fails the build. |
| lint | Analyzes the C4 source files found in the output directory and reports any violation according to a set of rules. The rules can be enabled/disabled and some of them can be configured. You can learn about how to define your own rules on the writing custom linting rules page. |
| report | Analyzes the C4 source files, builds a graph with the gathered information, then exports that graph as a GraphML file. |
| watermark | Adds a watermark to the C4 source files, as a footer, allowing the generated PlantUML diagrams to display version and project information. |


