any difference between those two?
Check the documentation for archetype generate, create has been kept for backwards compatibility:
For backward compatibility with the Archetype Plugin version 1.0-alpha-7, we kept the old
creategoal which can be called usingmvn archetype:create.
So create and generate will do the same thing but create has been deprecated so you should use the generate command instead.