


HI All,
i am seeing Angular/React app in Adobe documentation open any link from the below URL for SSR.
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.
Views
Replies
Sign in to like this content
Total Likes
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
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