Hy,

I have a question regarding the maven J2EE project layout proposed by
vincent massol, that is :

ROOT\
    \applications
        \myEAR
    \modules
        \myAPI
        \myEJB
        \myWAR
    \containers
        \myJ2EEContainer
    \nodes
        \myDatabase
        \myHost

Suppose i have a .properties file associated with myWAR, but that i want
this .properties file to be deployed outside the WAR, under a directory
specified by the guys who rules exploitation... How do you achieve this ? By
storing the .properties file under ROOT\modules\myWAR\src\conf and building
two artifacts for myWAR (the war and the .properties file, or the war and a
zip file which contains the .properties file, etc...) ? Or by storing the
.properties file under another project (myHost ? ... ?).

Thanks for your help !

Sebastien Brunot

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

Reply via email to