Skip to content

ArpitVarshney18/media-publication-spa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AEM SPA Project

This is a single-page application (SPA) project generated from the AEM SPA Project Archetype.

Modules

Usage

Requirements

  • Java 8 or higher
  • Maven 3.5 or higher
  • AEM 6.4.7+ or 6.5.3+

Building modules

To build all modules, run the following command in the project root directory:

mvn clean install

For example, to build your SPA and deploy it on a local AEM author instance, you can run:

mvn clean install -PautoInstallPackage

After deploying, you can view the sample content page in your browser: http://localhost:4502/content/editor.html/content/media_publication_spa/en.html

Maven profiles

  • autoInstallBundle: Installs the core bundle with the maven-sling-plugin to the Felix console
  • autoInstallPackage: Installs the ui.content and ui.apps content packages with the content-package-maven-plugin to the package manager of the default author instance.
  • autoInstallPackagePublish: Installs ui.content and ui.apps on the default publish instance.

In the all-in-one package (all directory), there are additional profiles for packaging all dependencies into a single content package and installing everything on an existing AEM instance:

  • autoInstallSinglePackage: Installs the all-in-one package to an existing AEM author instance
  • autoInstallSinglePackagePublish: Installs the all-in-one package to an existing AEM publish instance

Documentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published