Hi,
 have same situation in my company.
the quick fix i did was to use the maven-antrun-plugin to copy the content
of those 'resource's directories int he target\ directory of my project

that was my quick fix, i m sure some maven guru on the list will have a
better solution

hth
marco

On 8/23/06, daniele pirola <[EMAIL PROTECTED]> wrote:

Hi,
I am novice in Maven.
I try to investigate if my company projects could be migrated to Maven
and I have a question.
We have building many projects creating ear files or war files without
the corresponding resources,
that is for example we deploy an application with an ear file and a
separate directory called 'etc' with the
application resources (the directory of course is in the CLASSPATH of
the server).
This is done principally to permit changing a property value without to
have to redeploy the application
(the application refresh the configuration at intervals).

So the question is:
can we do this type of build with Maven in an easy way?
Or we have to write for example our own compile plugin or call an Ant
task to perform the splitting?

(Also notice that the resources we have to bundle must be filtered and
not only copied).

Thanks.

--
Daniele Pirola
ICTeam S.p.A


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


Reply via email to