Am Sonntag, den 29.04.2007, 14:28 +0200 schrieb Søren P: > just installed mvn 2.0.6. Tried to follow the website usage guide but ran > into problems immediately. > > step 1: mvn archetype:create -DgroupId=com.test -DartifactId=testapp > OK > > step 2: mvn package > then i get en exception about surefire class not found and the packaging > fails.
Please post the log output of 'mvn -X package'. > im using jdk1.6.0 on winxp if that has any relevance. > > btw. if its trying to run the unit test phase is there some way to skip > that? Yes: Just add '-Dmaven.test.skip=true' to your command line. > also where do I find documentation on groupId and artifactId, and the hole > dependency concept? What documentation for groupId and artifactId do you have in mind? For the dependency mechanism have a look at [1]. -Tim [1] http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html > > _________________________________________________________________ > Ta' på udsalg året rundt på MSN Shopping: http://shopping.msn.dk her > finder du altid de bedste priser > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
