Class GenerateAdapterMetadataMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.apache.sling.maven.bundlesupport.GenerateAdapterMetadataMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="generate-adapter-metadata", defaultPhase=PROCESS_CLASSES, threadSafe=true, requiresDependencyResolution=COMPILE) public class GenerateAdapterMetadataMojo extends org.apache.maven.plugin.AbstractMojo
Build adapter metadata (JSON) for the Web Console Plugin at/system/console/status-adapters
and/system/console/adapters
from classes annotated with adapter annotations.
-
-
Constructor Summary
Constructors Constructor Description GenerateAdapterMetadataMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
-