Login
Remember
Register
Ask a Question
What is the command to create a new project based on an archetype?
0
votes
asked
Aug 20, 2023
in
Maven - Coalescing Pipeline
by
GeorgeBell
What is the command to create a new project based on an archetype?
maven-interview-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Aug 20, 2023
by
GeorgeBell
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.
...