Releases: wttech/gradle-aem-plugin
Releases · wttech/gradle-aem-plugin
Release 1.4.1
Release 1.4.0
Task aemCompose
is now cacheable, so that build should speed up :)
Added new tasks: aemUninstall
, aemDelete
and fancy aemPurge
.
- implemented #41, #39, #40
- removed configuration properties
config.buildDate
, - renamed
vaultFilesExpanded
tofilesExpanded
- changed type of
fileFilter
,dependBundlesTaskNames
anddependContentTaskNames
to cacheable list due to #41 - added expandable property
name
used by default as CRX package name (META-INF/vault/properties.xml)
Release 1.3.4
- implemented #28
Release 1.3.3
Release 1.3.2
- fixed #31, sorry for any inconvenience
aemCheckout
wasn't working properly - added new task
aemVlt
for executing any Vault command, see https://docs.adobe.com/docs/en/aem/6-2/develop/dev-tools/ht-vlttool.html , propertiesaem.vlt.command
andaem.vlt.path
- renamed
aem.vlt.checkout.filterPath
->aem.vlt.filter
and addedaem.vlt.instance
property for explicit specifying remote AEM instance to work with - renamed
aem.deploy.instance.group
->aem.deploy.instance.name
Release 1.3.1
- fixed #27
- hotfixed broken
aem { config { } }
- removed confusing usage of
aemCompose { config { } }
(no longer needed, use justaem { config { } }
instead everywhere
Release 1.3.0
Changes:
- improved automatic all-in-one package generation #24
- introduced app package (reinstallable) and content package (for initial installation): wttech/gradle-aem-multi#7
- added a straightforward hook for easy manipulation of any file being included in CRX package, see
AemConfig.fileFilter
- plugins and example project upgraded to Gradle 4.0 so that
--build-cache
option is available
Upgrade:
- rename plugin ID to more well formed:
cognifide.aem
tocom.cognifide.aem
inplugins.withId
andapply plugin
directives - few
AemConfig
properties are renamed, for instance:vaultExpandProperties
tofileProperties
, see: https://github.com/Cognifide/gradle-aem-plugin/pull/24/files#diff-02334543b45937ef592f9d28d69cd891
Release 1.2.0
- introduced automatically generated assemblies for subprojects with Vault filter roots merging #22
Release 1.1.1
- fixed #20 thanks to @heorhii-burlachenko and @piotr-wilczynski
Release 1.1.0
- replaced SCR annotations processing with OSGi Component / Metatype Annotations #19, see http://blogs.adobe.com/experiencedelivers/experience-management/osgi/using-osgi-annotations-aem6-2/
- added grouping packages to be satisfied #16
- added includeBundlesAtRunMode #11
- added configurable automatic dependant project task resolution while using include[Project/Bundles/Content] #10