Properties in Maven – List of Maven Properties
Intro It is a collection of things found in the offcial maven documentation and postings to the maven user mailing list. Build in properties ${basedir} represents the directory containing pom.xml ${version} equivalent to ${project.version} or ${pom.version} Pom/Project properties All elements in the pom.xml, can be referenced with the project. prefix or using pom. as prefix….
