Versions Compared

Key

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

...

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

To see the result of this command, we show the changes in the installer directory after it is executed.  We begin with 'mvn clean' and then execute part one and show the result.

Image Added

As expected, install-feature.sh has been copied into target/stage and the parameter values have been inserted into the placeholders.

Installer pom.xml file part 2

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

Image Modified

...

And we show the result of executing the command.

Image Added

The maven repositories have been copied into installer/target/assembly with the correct structure and properly rooted at system/.

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 Modified

assemble_mvnrepo_zip.xml

And after it is executed...

Image Added

The repositories have been properly zipped up into installer/target/stage/ccsdk-sliapi-0.3.0-SNAPSHOT-repo.zip.

Installer pom.xml part 4

And the final step.

Image Modified

assemble_installer_zip.xml

And after it is executed...

Image Added