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