Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
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?...
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.
Solved! Go to Solution.
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
Views
Likes
Replies