Re: struts 2 tutorial and maven question

2006-12-11 Thread Chong Yoke Ping
Hi, In your pom.xml, under the resource tag, you need to add the resource directory "**/*.xml". Hence your resource tags should have the following: ${basedir}/src/main/resources **/*.*

struts 2 tutorial and maven question

2006-12-11 Thread Cecilia Castillo
Hi! I am new to struts, maven etc. I am trying to follow the bootstrap tutorial for struts 2. I used the Maven Archetype to create a new application for the tutorial and everything worked fine except... - when I create the Login-validation.xml in my src/main/java/tutorial directory (where L