Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
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