Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

We distinguish between the following types of binaries :

...

(can be downloaded from Adobe Software Distribution Portal):

  • AEM SDK - ZIP file for AEMaaCS containing Quickstart JAR and further tools.
  • AEM SDK Add-Ons and Tools - Content package ZIP files for AEM SDK
  • AEM Quickstart - main JAR to install and startup AEM. It is usually distributed via the Adobe Licensing portal.
  • AEM Hotfixes, Feature Packs and Service Packs - distributed via the Package Share / Adobe AEM Cloud, a good entry point for finding them is the Hotfixes Pagefor AEM 6.5 and below
  • AEM Dispatcher - distributed via Download Dispatcher Web Server Modules (only latest version is available there)can be downloaded from AEM Dispatcher Release Notes

Within the Maintenance Release Vehicle Definitions Adobe describes different package types:

...

Binary TypeGroup IDArtifact IDClassifierVersionExtension
Full Release (Quickstart)adobe.binary.aem.<aem-version>.quickstartaem-quickstart
From Quickstart JARjar
Service Pack (SP)adobe.binary.aem.<aem-version>.servicepackPackage name without version
Package Versionzip
Cumulative Fix Pack (CFP)adobe.binary.aem.<aem-version>.cumulativefixpackPackage name without version
Package Versionzip
Oak Cumulative Fix Pack (COFP)adobe.binary.aem.<aem-version>.cumulativeoakfixpackPackage name without version
Package Versionzip

Hotfix (HF)

adobe.binary.aem.<aem-version>.hotfixPackage name without version
Package Versionzip
Feature Pack (FP)adobe.binary.aem.<aem-version>.featurepackPackage name without version
Package Versionzip
Overlayadobe.binary.aem.<aem-version>.overlayPackage name without version
Package Versionzip
AEM Dispatcheradobe.binary.aem.dispatcherdispatcherPlatform identifierVersiontar.gz or zip
AEM SDKadobe.binary.aem.<aem-version>.sdkPackage name without version
Package Versionzip
AEM SDK Add-Onadobe.binary.aem.<aem-version>.addonPackage name without version
Package Versionzip
Othersadobe.binary.aem.<aem-version>.toolingPackage name without version
Package Versionzip

Remarks:

  • <aem-version> is the first two digits of the AEM version number e.g. "6163", "6264", "65" or "63cloud" for AEMaaCS
  • We put Hotfix (HF) and Oak Cumulative Fix Pack (COFP) in the same group because the package names for COFP are also named "hofix"
  • Examples for splitting up a package file name from Adobe into Artifact ID and Version:
    • AEM-CFP-6.3.0.2-2.0.zip => Artifact ID AEM-CFP-6.3.0.2, Version: 2.0
    • cq-6.3.0-hotfix-17649-1.0.zip => Artifact ID: cq-6.3.0-hotfix-17649, Version: 1.0
    • AEM-6.2-Service-Pack-1-6.2.SP1.zip => Artifact ID: AEM-6.2-Service-Pack-1, Version: 6.2.SP1
  • For dispatcher the "Platform" makes up the string after between "dispatcher" and the version name - examples:
    • dispatcher-apache2.4-linux-i686-ssl-4.2.2.tar.gz => Artifact ID: dispatcher, Classifier: apache2.4-linux-i686-ssl, Version: 4.2.2, Extension: tar.gz
    • dispatcher-iis-windows-x64-4.2.2.zip => Artifact ID: dispatcher, Classifier: iis-windows-x64, Version: 4.2.2, Extension: zip
  • It is recommended to upload for Hotfixes also a readme.txt file containing a hint about what is contained in the hotfix (e.g. description from package share, list of issues that was fixed). Use same Maven coordinates as the hotfix package, plus readme as classifier and txt as extension.
  • It is questionable if overlays should be deployed as individual artifact in the Maven Artifact Repository. It may make more sense to include them in the delivery package of your application.
  • AEM Packages may define dependencies to other AEM packages validated by AEM package manager when uploading the package. These dependencies are not reflected in the POMs of the uploaded artifacts.

...