@Mojo(name="lint",
defaultPhase=PROCESS_CLASSES)
public class LintingMojo
extends AbstractParentMojo
DEFAULT_SOURCE_FILE_EXTENSION| Constructor and Description |
|---|
LintingMojo() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doExecute()
Parses the C4 PlantUML files to find linting violations, and breaks the build if the
failOnLintErrors is
set to true. |
execute, getCurrentCharset, getOutputDirectory, getProject, getSourceFileExtension, processOutputDirectoryFiles, validateSourceFileExtensionprotected void doExecute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
failOnLintErrors is
set to true.
An abstract method to hold the children classes execution logic.
doExecute in class AbstractParentMojoorg.apache.maven.plugin.MojoExecutionException - if there is an issue with the build that makes it impossible to continue.org.apache.maven.plugin.MojoFailureException - if there is any other kind of failures.Copyright © 2020. All rights reserved.