Issue
I know there is a list of all predefined Maven properties (you know like project.build.sourceEncoding
, or project.build.sourceDirectory
). I once saw the list but I just can't find it again.
Solution
Do you mean this one?
I also moved its content to a GitHub repo:
https://github.com/cko/predefined_maven_properties/blob/master/README.md
Answered By - free_easy
Answer Checked By - Gilberto Lyons (JavaFixing Admin)