Could you please provide the maven command for AEM,
we want to command which is automatically downloading dependancy in pom of the project?
Solved! Go to Solution.
Views
Replies
Total Likes
If you run "mvn clean install" all the dependencies will be pulled. But looks like yours is a different issue, the build says that something is wrong with the configuration of certain plugins, can you run this command to see what is going on?
mvn install -Dmaven.plugin.validation=VERBOSE
If you run "mvn clean install" all the dependencies will be pulled. But looks like yours is a different issue, the build says that something is wrong with the configuration of certain plugins, can you run this command to see what is going on?
mvn install -Dmaven.plugin.validation=VERBOSE
Check settings.xml file in your m2 folder, if it is not updated, download it from here https://experienceleague.adobe.com/docs/experience-cloud-kcs/kbarticles/KA-17454.html?lang=en
Views
Likes
Replies