I am new to maven and wanted to create a spring project using maven. Below mentioned is the command I am using:
mvn archetype:generate -DgroupId=com.rakesh.core -DartifactId=Spring3Example
-DarchetypeArtifactId=maven-archetype-quickstart -DinteractiveMode=false
It is asking for :
- Choose a number or apply filter (format: [groupId:]artifactId, case sensitive contains):
What it is asking for? I tried all the numbers, I am getting this message:
Your filter doesn't match any archetype (hint: enter to return to initial list)
Please help.