Solved
Help to maven command for AEM

Could you please provide the maven command for AEM,
we want to command which is automatically downloading dependancy in pom of the project?

Could you please provide the maven command for AEM,
we want to command which is automatically downloading dependancy in pom of the project?
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.