In a multi-module maven project, is there a variable that points to the root project folder?
${project.basedir}
Such property can be created using: directory-maven-plugin. Using the plugin's highest-basedir goal you can assign the root path to any property you specify.
highest-basedir