When I try create a new maven project (with several archetypes, not only the one below), I am facing this error:
Unable to create project from archetype [org
You have to remove the already existing pom.xml or if you need it to execute the maven command, try adding
to your pom.
Since if you have an already existing in the current directory, it should match with the package structure. It is always to good to start with no pom file in the parent directory.
This should work.