java - Adding maven dependencies -
i trying create basic archetype maven , moment know how create architecture mvn archetype:generate , toadd dependencies throughout mvn console.
is possibile add dependencies command line not pom file?
i make because interesting option create simple architecture .bat file.
there nothing out there in official documentation @ least. dependencies coming in generated pom.xml determined archetypeartifactid option. example, -darchetypeartifactid=maven-archetype-j2ee-simple
or -darchetypeartifactid=maven-archetype-webapp
or other archetype
example
project generated using -darchetypeartifactid=maven-archetype-webapp
pom.xml comes junit dependency
Comments
Post a Comment