@Mojo(name="update-spring-boot-auto-configuration-readme",
threadSafe=true)
public class UpdateSpringBootAutoConfigurationReadmeMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
protected File |
buildDir
The project build directory
|
protected Boolean |
failFast
Whether to fail the build fast if any Warnings was detected.
|
protected Boolean |
failOnMissingDescription
Whether to fail if an option has no documentation.
|
protected org.apache.maven.project.MavenProject |
project
The maven project.
|
| Constructor and Description |
|---|
UpdateSpringBootAutoConfigurationReadmeMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
@Parameter(property="project",
required=true,
readonly=true)
protected org.apache.maven.project.MavenProject project
@Parameter(defaultValue="${project.build.directory}")
protected File buildDir
@Parameter protected Boolean failFast
@Parameter protected Boolean failOnMissingDescription
Apache Camel