Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Based on the izpack-maven-plugin default configuration changed the suggestions accordingly.

...

Other resources

Under the scr/main/izPackizpack, you can create folders to hold the various files that you want to include in your installation.

...

In order to make life easier when these file locations need to be specified in the install.xml, we can befine a variable RESOURCEROOT that will point to the src/main/izPackizpack folder

Code Block
languagehtml/xml
titleFile Layout
<installation version="5.0">
  <variables>
    <variable name="RESOURCEROOT" value="src/main/izpack"/>
  </variables>
 </installation>

...