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

c# - Unity IoC Lifetime per HttpRequest for UserStore -

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

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -