I am trying to create a basic archetype with maven , for the moment I know how to create the architecture with mvn archetype:generate , however I would like toadd dependencies throughout mvn console.
Is it possibile to add the dependencies from the command line not from the pom file?
I would like to make this because an interesting option is to create a simple architecture with .bat file.