The exact same command works for me.
Did you run it in a new clean folder ?
If you run it inside an existing project,
I think maven will add the new project as a
module of the project you are in.
It could explain the problem, as the new
project would inherit the configuration of
its parent.

On 9/27/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:


gnodet wrote:
>
> I guess I miss something.
> When you generate a service engine using the archetype,
> tests should be enabled, as by default, it does not inherit
> the servicemix poms.
>
> I have just tried creating a new service engine using the
> archetype and tests are not skipped ...
>

Hm, on my machine test are skipped. As I wrote in an earlier post and as
stated in http://goopen.org/confluence/display/SM/Hello+World+-+SE I call
mvn archetype:create -DarchetypeGroupId=org.apache.servicemix.tooling
-DarchetypeArtifactId=servicemix-service-engine
-DarchetypeVersion=3.0-incubating
-DgroupId=org.apache.servicemix.samples.helloWorldSE
-DartifactId=hello-world-SE
and then cd hello-world-SE and mvn test -- what commands do you use?
--
View this message in context: 
http://www.nabble.com/Tests-are-skipped-tf2339239.html#a6525986
Sent from the ServiceMix - User mailing list archive at Nabble.com.




--
Cheers,
Guillaume Nodet

Reply via email to