Hi, I have a web application and when I deploy, only some of my files are being copied from my webapp directory to the target directory. I get the following error which makes sense as the files are not being copied.
[INFO] [war:war] [INFO] Exploding webapp... [INFO] Copy webapp webResources to D:\maven\rainier\IDRS\client\ManagementPortal\target\ManagementPortal [INFO] Assembling webapp ManagementPortal in D:\maven\rainier\IDRS\client\ManagementPortal\target\ManagementPortal [INFO] Generating war D:\maven\rainier\IDRS\client\ManagementPortal\target\ManagementPortal.war [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Error assembling WAR: Deployment descriptor: D:\maven\rainier\IDRS\client\ManagementPortal\target\ManagementPortal\ -INF\web.xml does not exist. Why are some and not all of the files being copied? I am new to maven and would appreciate any help in understanding why this is happening. Thanks in advance. Tom. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
