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
**/*.*
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
2 matches
Mail list logo