
Hello everyone,
I read "http://www.roseindia.net/maven2/installingandgettinghandson_maven.shtml" and tried it and it is working,
but when i want to make other project for speech to text converter ,i can't find the right "DgroupId", also i can't get how to make the right DgroupId,
I tried "mvn archetype:create -DaechetypeGroupId=org.apache.maven.archetypes -DroupId=com.xebia.speech-to-text-converter -DartifactId=speech-to-text-converter"
then it shows error "Failed to execute goal org.apache.maven.plugins:maven-archetype-plugin:2.2:create (default-cli) on project standalone-pom: Error creating from archetype: Group ID must be specified when creating a new project from an archetype."
I can't get how to remove error by making right DgroupId, please help me.