Brian, 2007/12/30, Brian E. Fox <[EMAIL PROTECTED]>: > > Immanuel, > After printing the "Scanning for Projects..." message, maven is walking > down the source tree in the current folder. It is looking for a pom.xml > and then processing the modules to find those poms. > > In your case, there should be no poms since you are doing a create, so > it's a little odd that it hangs there. Try adding the -X command to see > what you get for output.
This is the result of mvn -X: $ mvn -X + Error stacktraces are turned on. Maven version: 2.0.8 Java version: 1.4.2 OS name: "linux" version: "2.6.20-15-generic" arch: "i386" Family: "unix" [DEBUG] Building Maven user-level plugin registry from: '/home/immanuel/.m2/plugin-registry.xml' [DEBUG] Building Maven global-level plugin registry from: '/usr/share/maven2/conf/plugin-registry.xml' [INFO] Scanning for projects... in fact the only maven related directories/files I can find on my system are at: $HOME/.m2/ /usr/share/maven2/ /etc/maven2/ May be something should be configured in /etc/maven2/m2.conf or /etc/maven2/setting.xml?
