...
| Code Block | ||||
|---|---|---|---|---|
| ||||
<installation version="5.0"> <variables> <variable name="RESOURCEROOT" value="src/main/izPack"/> </variables> </installation> |
We will discuss varables variables in more detail in the Variables Section.
Another, more Maven-centric approach is pulling in the base directory (and other useful values) directly from a Maven property defined in the POM and accessing them by expressions of kind @{property.key} in install.xml, like described in Properties.