Hi Tatiana, I had the exactly the same error as you got. Here is what I found
when running mvn with -X option (debug mode). In fact, maven still looking
for my webapp directory in src/main/webapp even though I had specified
different warSourceDirectory in the plugin configuration.

See if you see the same thing. In my case, I simply move my webapp in
src/main to fix the problem. There might be a bug in maven.war.plugin, but
it seems ok if you follow the maven default layout.

--
View this message in context: 
http://www.nabble.com/Help+with+mvn+war+-+maven-war-plugin-t1166450.html#a4671522
Sent from the Maven - Users forum at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to