I try to generate a project in batch mode following: http://maven.apache.org/archetype/maven-archetype-plugin/examples/generate-batch.html
Below is the output in the console: Microsoft Windows [version 6.1.7601] X:\Test>mvn archetype:generate -B -DarchetypeGroupId=org.apache.maven.archetypes -DarchetypeArtifactId=maven-archetype-quickstart -DarchetypeVersion=1.0 -Dgroup Id=com.company -DartifactId=project -Dversion=1.0 -Dpackage=1.5 [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Maven Stub Project (No POM) 1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] >>> maven-archetype-plugin:2.2:generate (default-cli) @ standalone-pom >> > [INFO] [INFO] <<< maven-archetype-plugin:2.2:generate (default-cli) @ standalone-pom << < [INFO] [INFO] --- maven-archetype-plugin:2.2:generate (default-cli) @ standalone-pom -- - [INFO] Generating project in Batch mode. *It hangs here for hours! * what's going on here? why it hangs? I used IntelliJ IDEA 13.1, and choose to create a new Maven project following the tool window, it also hangs on "Generating project in Batch mode." Any suggestions are appreciated.
