Class GenerateValidatorsFileMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- io.ultreia.java4all.validation.maven.plugin.AbstractValidationMojo
-
- io.ultreia.java4all.validation.maven.plugin.GenerateValidatorsFileMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="generate-files-json", defaultPhase=GENERATE_SOURCES) public class GenerateValidatorsFileMojo extends AbstractValidationMojoGeneratesfiles.jsonfile which contains all validation files detected insrcdirectory.Created on 27/01/2024.
- Since:
- 2.0.0
- Author:
- Tony Chemit - dev@tchemit.fr
-
-
Constructor Summary
Constructors Constructor Description GenerateValidatorsFileMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()-
Methods inherited from class io.ultreia.java4all.validation.maven.plugin.AbstractValidationMojo
getEncoding, getProject, isVerbose
-
-
-
-
Field Detail
-
src
@Parameter(defaultValue="${basedir}/src/main/resources", required=true) protected File srcDirectory where validations files are located.
-
target
@Parameter(defaultValue="${basedir}/src/main/resources", required=true) protected File targetDirectory where generate validators.json file.
-
-