Re: maven.multiModuleProjectDirectory
Mirko Friedenhagen <[email protected]> Sun, 4 Jan 2026 17:24:21 +0100
| Newsgroups | gmane.comp.jakarta.turbine.maven.user |
|---|---|
| Message-ID | <[email protected]> |
Hi,
as the Maven process is often started from the same directory where the reactor pom is located, I usually use `${user.dir}`.
> Am 28.12.2025 um 21:44 schrieb Justin Lee <[email protected]>:
>
> 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.