Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What is the command to create a new project based on an archetype?
Home
Maven - Coalescing Pipeline
What is the command to create a new project based on an archetype?
0
votes
asked
Apr 7, 2021
in
Maven - Coalescing Pipeline
by
SakshiSharma
What is the command to create a new project based on an archetype?
#archetype
archetype-plugin
maven
maven-interview-questions
maven-mcq-questions
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Apr 7, 2021
by
SakshiSharma
Type the following command - mvn archetype:generate
...