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.
