I have a project which contains three modules, eahc of which produces a jar
artifact.
(Parent
(A)
(B)
(C)
)
I need to define a resource file that is shared among the three subprojects. It
would inappropriate
to bury this in one of the sub-projects.
Is my only option then to define a fourth jar-artifact project 'D' to host this
resources?
Is there a way to host this resource in Parent/src/main/resources and and have
it be
made available at runtime to A, B and C?
Regards
/U
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]