> I need to copy my resources located at src/main/resources, which are > html files to target/web-inf/html. This is needed to create the war file.
Wouldn't a more reasonable solution be for you to adapt your webapp project to use the webapp archetype layout?? Your html files should be in src/main/webapp and they will automatically be copied into the proper location under target during the build. Why are you doing things the hard way?? Smart users do not fight Maven, but work with it. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
