- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
@Mojo(name="generate-documentation",
requiresDependencyResolution=RUNTIME)
public class ConfigurationMetadataDocumentationMojo
extends org.apache.maven.plugin.AbstractMojo
A maven plugin that will scan an asciidoc file for special comment markers and replace
everything in between with a listing of visible configuration properties for a Spring
Cloud Stream/Task app. Applications with multiple properties prefixes are grouped by default.
This can be disabled by using //tag::configuration-properties[group=false]
.
- Author:
- Eric Bottard, David Turanski
- See Also:
- Whitelisting
Properties