kolorobot / spring-mvc-quickstart-archetype

The project is a Maven archetype for Spring MVC web application.
http://blog.codeleak.pl
1.05k stars 478 forks source link

process is still running "Generating project in Interactive mode" #103

Closed TigerPengPeng closed 8 years ago

TigerPengPeng commented 8 years ago

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

kolorobot commented 8 years ago

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