What is the maven base directory?
Found it in the Introduction to the POM:
project.basedir: The directory that the current project resides in.
It's a directory where the pom.xml
is stored (in the root of the project).
Found it in the Introduction to the POM:
project.basedir: The directory that the current project resides in.
It's a directory where the pom.xml
is stored (in the root of the project).