For creation skeleton of your project use this command (on one line):
mvn archetype:create -DarchetypeArtifactId=softeu-archetype-seam -DremoteRepositories=http://maven.softeu.cz/ -DgroupId=cz.softeu.test -DartifactId=helloApp2
Description of the content in czech: Začínáme s Webovými stránkami v Javě 3
When it is generated you can start it using:
mvn jetty:run
It integrate this technologies:
It doesn't use any persistence layer (no hibernate).
It uses out Seam Maven integration.
We provide more archetypes:
Good luck!
If you have any questions contact me - Petr Ferschmann - pferschmann (-at-) softeu (-dot-) com