Adobe Learning Manager component for Adobe Experience Manager (AEM) to embed various widgets present in the Adobe Learning Manager learner app in AEM sites. Please refer this helpx page
AEM package for the component
learning-manager.all-x.x.x.zip
: Build for AEM as a Cloud Servicelearning-manager.all-x.x.x-classic.zip
: Package for AEM 6.4+, AEM 6.5+
To build all the modules for AEM as a Cloud Service run in the project root directory the following command with Maven 3:
mvn clean install
Project is also compatible with AEM 6.4+ and 6.5+. Add profile classic
when executing a build, i.e.:
mvn clean install -Pclassic
zip package- learning-manager.all-x.x.x.zip will be available in all/target
folder.
AEM as a Cloud Service | AEM 6.5 | AEM 6.4 | Java SE | Maven |
---|---|---|---|---|
Continual | 6.5+ (*) | 6.4+ (*) | 8, 11 | 3.3.9+ |
-
There are unit tests of the code in core i.e. bundle. To test, execute:
mvn clean test
The project comes with the auto-public repository configured. To setup the repository in your Maven settings, refer to:
http://helpx.adobe.com/experience-manager/kb/SetUpTheAdobeMavenRepository.html