In a multi-module maven project, is there a variable that points to the root project folder?
${project.basedir}
is there a variable that always points to the root directory (the one from which the maven command was executed)
user.dir (the working directory) should be that directory.
user.dir