I am running aem sdk. I have made some changes in the helloWorldModel and trying to build and deploy the bundle by using "mvn clean install -PautoInstallBundle" but getting below attached error. Please see screenshot below and do the needful.
Solved! Go to Solution.
Views
Replies
Total Likes
@srma4tech_Sachin - Hope you have configured adobe-public profile in settings.xml(resides in .m2 folder). Try running with "mvn clean install -PautoInstallPackage -Padobe-public" command.
Also, check "aem.sdk.api" version in pom. You jar version and aem.sdk.api should have same version.
Note - aem.sdk.api resides in parent pom.xml
@srma4tech_Sachin - Hope you have configured adobe-public profile in settings.xml(resides in .m2 folder). Try running with "mvn clean install -PautoInstallPackage -Padobe-public" command.
Also, check "aem.sdk.api" version in pom. You jar version and aem.sdk.api should have same version.
Note - aem.sdk.api resides in parent pom.xml
you could use this command while building : mvn clean install -PautoInstallPackage -Padobe-public
use this while building whole project
Views
Likes
Replies
Views
Likes
Replies