Skip to content

Commit 182e352

Browse files
author
krystian.panek
committed
Release 1.3.4
1 parent 007cbce commit 182e352

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,10 @@ For multi project build configuration, see [example project](https://github.com/
124124
* `aemSync` - Check out then clean JCR content.
125125
* `aemVlt` - Execute any Vault command. See parameters section for more details.
126126

127+
### Task rules
128+
129+
* `aem<ProjectPath>Deploy` - Build CRX package and deploy it to AEM instance(s). For root project use reserved `aemRootDeploy`. It is recommended to include appropriate deploy task name in [default tasks](https://docs.gradle.org/current/userguide/tutorial_using_tasks.html#sec:default_tasks) of project. For instance, to deploy project at path `:app:design` use task named `aemAppDesignDeploy`.
130+
127131
### Parameters
128132

129133
* Deploying only to filtered group of instances (filters with wildcards, comma delimited):

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group 'com.cognifide.gradle'
9-
version '1.3.4-SNAPSHOT'
9+
version '1.3.4'
1010
description = 'Gradle AEM Plugin'
1111
defaultTasks = ['clean', 'publishToMavenLocal']
1212

0 commit comments

Comments
 (0)