maven.multiModuleProjectDirectory

Justin Lee <[email protected]> Sun, 28 Dec 2025 15:44:34 -0500
Newsgroups gmane.comp.jakarta.turbine.maven.user
Message-ID <CABDh0K=wO37nrtN4S1PgVPTVGHL-4ABd0L77T7_H=6u_cZJbPQ@mail.gmail.com>
I'm using maven 4.0.0-rc-5 and I'm trying to reference the very root of my
multimodule project.  I though maven.multiModuleProjectDirectory was that
answer but it always resolves to the current module's path.  in
<pluginMgmt> in the root, I'm trying to reference config files in a folder
off the root of the overall project without have to hand code relative
paths in every module.  How is one supposed to achieve this?  Is it even
possible?  Thanks.