CDI with TomEE

I have followed the wiki page about
Vaadin CDI integration
I am able to run
mvn

tomee:run
and access
http://localhost:8080/tomee/
but where is deployed my application? Because it is not
http://localhost:8080/artifactId

Does anybody have any working sample? I did not notice the announced message:

1 beans inheriting from UI discovered!

See the attached log file.
13232.txt (15.6 KB)

Oh, I see,
mvn clean package tomee:run
is needed. Is there any way how to run from exploded war?