Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

As we described in a previous section, the installation folder (<features.boot>) for a particular feature contains the zipped maven repository and an installation script for that feature.  The script is below, and as you can see, it references the <features.respositories> and <features.boot> properties in commands sent to the karaf client.

...

Continuing with the pom.xml file in the installer module, we now discuss the command first executed in the "validate" phase.Image Removed

Image Added

Installer pom.xml file part 2

Now the command executed in the "prepare-package" phase.Image Removed

Image Addedsliapi-installer-pom-xml-3.pptx

Installer pom.xml part 3

Parts 1 and 2 have copied all of the necessary maven repositories and scripts into the correct folder structure and with the correct parameter values.  The pom.xml file now zips them up.

Image Added

assemble_mvnrepo_zip.xml