2005/7/26, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > being new to maven i've started by creating one 'project.xml' per module > without inheritence. My project consists of one ejeb module, one web module > and two java modules. after generating all the articats individually from > command prompt i'm trying to build the ear. However i'm facing a couple of > problems. I'm using maven1.0.2. My problems are... > > 1. I'm not able to include my own application.xml in the ear no matter > what. Maven generates a message that though it is copying 'applcation .xml' > in the ear folder but it will ignore this file when installing.
tell maven not to genarate it with the maven.ear.appxml.generate=false properties The application.xml location is indicate with maven.ear.appxml Nicolas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
