...
- installer/src/assembly/assemble-installer_zip.xml
- installer/src/main/resources/scripts/install.sh
As we saw in Creating and Installing an Instance of SDN-R, features/sdnr-helloworld/pom.xml creates a features.xml file and installer/pom.xml zips up the maven repository. We can then modify ccsdk/distribution/odlsli/src/maindocker/Dockerfile to include helloworld in the boot features, as shown here.
...
As before, to rebuild, execute 'mvn --activate-profile profiles docker clean package' in ccsdk/distribution/odlsli.