Re: Maven with Struts

2004-09-29 Thread Mark Lowe
A good place to start is checkout the struts source from cvs. Setup a project that follows the maven ways /project/project.xml /project/project.properties /project/maven.xml /project/src/java /project/src/webapp /project/src/webapp/WEB-INF /project/src/webapp/WEB-INF/web.xml Define you dependencies

Re: Maven with Struts

2004-09-29 Thread Arnaud HERITIER
You can create a project model with : maven genapp Template name : struts or struts-jstl It will prepare a very simple project for maven ready to use with struts. Arnaud On Wed, 29 Sep 2004 09:21:09 +0530, Bharathiraja <[EMAIL PROTECTED]> wrote: > hi, > Anybody please explain me or give me s