Package com.cosium.code.format
Class ValidateCodeFormat
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- com.cosium.code.format.AbstractMavenGitCodeFormatMojo
-
- com.cosium.code.format.AbstractModuleMavenGitCodeFormatMojo
-
- com.cosium.code.format.AbstractFormatMojo
-
- com.cosium.code.format.ValidateCodeFormat
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="validate-code-format", defaultPhase=VERIFY, threadSafe=true) public class ValidateCodeFormat extends AbstractFormatMojoCreated on 16/01/18.- Author:
- Reda.Housni-Alaoui
-
-
Field Summary
-
Fields inherited from class com.cosium.code.format.AbstractMavenGitCodeFormatMojo
HOOKS_DIR
-
-
Constructor Summary
Constructors Constructor Description ValidateCodeFormat()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidprocess(Path path)-
Methods inherited from class com.cosium.code.format.AbstractFormatMojo
doExecute
-
Methods inherited from class com.cosium.code.format.AbstractModuleMavenGitCodeFormatMojo
execute
-
Methods inherited from class com.cosium.code.format.AbstractMavenGitCodeFormatMojo
artifactId, codeFormatters, getOrCreateHooksDirectory, gitBaseDir, gitRepository, isExecutionRoot, pomFile, sourceDirs, targetDir
-
-
-
-
Method Detail
-
process
protected void process(Path path) throws org.apache.maven.plugin.MojoFailureException
- Specified by:
processin classAbstractFormatMojo- Throws:
org.apache.maven.plugin.MojoFailureException
-
-