In a multi-module maven project, is there a variable that points to the root project folder?
${project.basedir}
In the latest maven, you can use ${maven.multiModuleProjectDirectory}.
${maven.multiModuleProjectDirectory}