Two idea : - Refactor in order to be able to place those resources into a separated module used as a dependency by the other "subproject". - If not possible, see if you can use links into your repository (need unix like platform)
> -----Original Message----- > From: Daniel Kulp [mailto:[EMAIL PROTECTED] > Sent: 28 December 2005 15:59 > To: Maven Users List > Subject: M2: Subprojects and common resources.... > > > What is the best way to deal with "common" resources used by several > subprojects? We have a bunch of stuff like checkstyle config files, > pmd rulesets, logging config properties files, etc... that we would like > to be used by all the subprojects. The only way seems to be to copy the > resources into each subproject. That really sucks from a management > standpoint. > > Thanks! > -- > J. Daniel Kulp > Principal Engineer > IONA > P: 781-902-8727 C: 508-380-7194 > [EMAIL PROTECTED] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
