Do these files need to be in the classpath for any other reason (e.g. running tests)? If not, then I'd say move them out of src/main/resources and into src/webapp[WEB-INF]. The war plugin will copy everything in src/webapp into the war (including directory structure).
..David.. -----Original Message----- From: Vinicius Carvalho [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 24, 2005 3:44 PM To: [email protected] Subject: Building webapp help Hello. As I said in a past email (from a different account though :P) I'm starting with maven. And I'm migrating from ant, so I'm doing everthing in "baby steps". Ok I got maven eclipse just fine, now I have maven war (which resolves my dependency problems, oops, I know maven is not only about that). I've set a preGoal to run the hibernate-doclet and webdoclet from ant and so far everthing is fine. In my src folder I have 4 files (3 xmls + txt) which I'd like to exclude from the WEB-INF/classes and instead move them to WEB-INF? How can one accomplish that? Thanks Vinicius --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
