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

Help to maven command for AEM

Avatar

Level 2

Hrishi50_0-1686662205261.png

 

Could you please provide the maven command for AEM,

we want to command which is automatically downloading dependancy in pom of the project?

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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

 



Esteban Bustamante

View solution in original post

3 Replies

Avatar

Correct answer by
Community Advisor

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

 



Esteban Bustamante

Avatar

Community Advisor

hello @bhavi50 

 

All the logs in the screenshot are either Warnings or Info. Can you please look for Error messages specifically in the logs?


Aanchal Sikka