Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Regarding SSR - AEM -React -SSR

Avatar

Level 2

HI All,

 

i am seeing Angular/React app in Adobe documentation open any link from the below URL for SSR.

 

https://experienceleague.adobe.com/docs/experience-manager-64/developing/headless/spas/spa-ssr.html?...

 

apmagss_0-1628395561495.png

 

But am looking for only AEM-SPA-REACT-SSR.

if i ran build is failing at angular-app.

 

It would be great help/let me know please steps,  if anyone already faced and have  resolved.

Thanks in advance.

 

Thanks,

Nani.

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

hi @apmagss ,

 

If you need to exclude some sub-module, we can run a build with below command.

 

mvn -pl -submodule1 install


In your case

 

mvn -pl -angular-app install -PautoInstallPackage -DskipTests

 

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

hi @apmagss ,

 

If you need to exclude some sub-module, we can run a build with below command.

 

mvn -pl -submodule1 install


In your case

 

mvn -pl -angular-app install -PautoInstallPackage -DskipTests