It is possible. There are some guys at software.softeu.cz who host a maven 2 repository of seam and related dependencies. If you build a maven 2 project using one of their archetypes, http://software.softeu.cz/archetypes/, then they provide a jetty target which will build your project, start jetty, and deploy your project to it. You just type "mvn jetty:run".
So, you could either start a new project using one of their archetypes, or you could do up a sample project, run the mvn jetty:run command, and examine the generated output, and then apply that back to your own project. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035405#4035405 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4035405 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
