kolorobot/spring-mvc-quickstart-archetype

process is still running "Generating project in Interactive mode"

TigerPengPeng opened this issue · 1 comments

when I follow the user guidance.
after I run "mvn clean install" and then success.
and then, I run command
"mvn archetype:generate
-DarchetypeGroupId=com.github.spring-mvc-archetypes
-DarchetypeArtifactId=spring-mvc-quickstart
-DarchetypeVersion=1.0.0
-DgroupId=my.groupid
-DartifactId=my-artifactId
-Dversion=1.0-SNAPSHOT
"

but my process is still executing and the console show the "Generating project in Interactive mode".
so, what's the problem

Is this still a problem? Seems like not related to archetype itself. Did you create new, empty directory and use archetype inside (documentation update)?