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

PHPMotion implementation - URL based videos (Hosted on separate location) -

javascript - Using Windows Media Player as video fallback for video tag -

c# - Unity IoC Lifetime per HttpRequest for UserStore -