newbie problem with package phase

2007-04-29 Thread 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. im using jdk1.6.0

Re: newbie problem with package phase

2007-04-29 Thread Tim Kettler
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