Hi guys,
I created a plugin for packouts deployment only. I use p2 and a parent project to build my plugins, then push them into Docker. On container startup I run update-prd.sh to install the plugin, but somehow the packout is not loading into the system on server start.
I even tried adding a blank class inside src just to make sure Tycho builds a jar, but still no luck.
Any suggestions what I am doing wrong? Do I need to adjust my build.properties or package layout (e.g. ensure the packout zips are listed in bin.includes), or is there something special I should do when calling update-prd.sh inside Docker?
Regards,
Kanat