RE: [M2] Can´t find web.xml

2006-05-22 Thread Mike Perham
Your warSourceDirectory should be "WebRoot", not "${basedir}\src". Directories should be specified with forward slashes and there is no need to prefix them with basedir. The plugin should handle relative paths for you. -Original Message- From: Leo L [mailto:[EMAIL PROTECTED] Sent: Mon

Re: [M2] Can´t find web.xml - Fixed for who is interested and one more doubt

2006-05-22 Thread Leo L
Hi... I get!! My pom.xml seemed like that now ... ${basedir}\src target target/classes org.apache.maven.plugins maven-war-plugin WebRoot ... The only thing that I must do now, is How to get the sources