Differences between maven archetype commands and maven command mvn package? -


could tells me, differences between command mvn archetype:generate , commands mvn clean package or mvn clean install.

thanks lot! maik

  • archetype:generate generates brand new project template
  • clean package clean , package project
  • clean install clean, package project , install local repo. (i.e. ~/.m2/repository)

for more info, see the documentation


Comments

Popular posts from this blog

What can cause "Required Package 'IndyCore' not found" when compiling a Delphi 2010 project? -

Change the color of an oval at click in Java AWT -