Hi,

I have created two different projects, say "A" & "B". Both contain a module, say "M". When i run, /mvn install /in both the projects, M gets installed in my local repository at two different locations, but with the same name, say M-1.0.0.jar. Now, if I add the modules M as dependencies to my 3rd application, say "D", in the final war of D, only one M is there. Is there a way to change the name of M-1.0.0.jar of A to A-M-1.0.0.jar or some similar name, without explicitly renaming the folder name of module M to A-M and B-M.

Regards,
Shakun

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

Reply via email to