InterviewSolution
| 1. |
How Do You Reference A Property Defined In Your Pom.xml File? |
|
Answer» To reference a property DEFINED in your pom.xml, the property name uses the names of the XML elements that DEFINE the VALUE, with "pom" being allowed as an alias for the PROJECT (root) element. To reference a property defined in your pom.xml, the property name uses the names of the XML elements that define the value, with "pom" being allowed as an alias for the project (root) element. |
|