public class InstancePlugin
extends AemPlugin
Separate plugin which provides tasks for:
managing local instances (create, up, down)
monitoring health condition (check)
automatically installing dependent CRX packages (satisfy)
Most often should be applied only to one project in build (typically project named 'aem' or root project). Applying it multiple times to same configuration could case confusing errors like AEM started multiple times.
@NotNull public static java.lang.String ID
public static com.cognifide.gradle.aem.instance.InstancePlugin.Companion Companion
public InstancePlugin()
Separate plugin which provides tasks for:
managing local instances (create, up, down)
monitoring health condition (check)
automatically installing dependent CRX packages (satisfy)
Most often should be applied only to one project in build (typically project named 'aem' or root project). Applying it multiple times to same configuration could case confusing errors like AEM started multiple times.