Skip to content

marcovlara/captivate-prime-aem-components

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AEM Adobe Learning Manager Component

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

Released Builds/Packages

AEM package for the component

How to build

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.

System Requirements

AEM as a Cloud Service AEM 6.5 AEM 6.4 Java SE Maven
Continual 6.5+ (*) 6.4+ (*) 8, 11 3.3.9+

Testing

  • There are unit tests of the code in core i.e. bundle. To test, execute:

    mvn clean test
    

Maven settings

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 90.7%
  • JavaScript 7.2%
  • HTML 1.7%
  • CSS 0.4%