0 votes
in Maven - Coalescing Pipeline by
What is the command to create a new project based on an archetype?

1 Answer

0 votes
by
  • The command – mvn archetype: generate, is used to create a new project based on an archetype.
  • The command is typed in the command prompt, after navigating to the directory in which the project is residing.
...