You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Janos Mucsi <mu...@yahoo.com> on 2005/02/10 02:05:13 UTC

including a file for an application only (not a module)

Hi
I have the following structure:

modules
   module1
   module2
   module3

applications
   app1
      src
         conf
             log4j.properties
   app2

When I package app1 for websphere, I need to include
log4j.properties from under conf. I do not need it for
JBoss, for example, because there Log4J is configured
outside the ear.
What is the most intelligent way to package my ear? Do
I update my jar before ear:ear? Is my current
directory structure suitable?
Thanks.
Janos


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org