aem-plugin / com.cognifide.gradle.aem.common / CommonOptions

CommonOptions

open class CommonOptions

Constructors

<init>

CommonOptions(aem: AemExtension)

Properties

baseName

Base name used as default for CRX packages being created by compose or collect task and also for OSGi bundle JARs.

val baseName: Property<String!>!

env

Determines current environment name to be used in e.g package deployment.

val env: Property<String!>!

lineSeparator

Specify characters to be used as line endings when cleaning up checked out JCR content.

val lineSeparator: Property<LineSeparator!>!

offline

Allows to disable features that are using running AEM instances.

val offline: Property<Boolean!>!