Hi, I’m currently reviewing the documentation for the DevSecOps toolkit in preparation for implementing it on an IIQ project. I’m wondering if I’m understanding the section on dependencies correctly, and I’d appreciate if someone could confirm or clarify if I’m understanding it wrong. My current understanding is:
-
Dependencies are kept either in an org’s private Maven repository or locally on every host that is used to run builds, and contain the IIQ installation files that are used to get things like IIQ Java libraries to build against (similar to the /base/ directory in SSB)
-
These install files are not kept in the project directory like they are in SSB
-
The DevSecOps toolkit does not expand the install files to a target directory like SSB does; it’s only using them as a prerequisite for the building/packaging process
-
Dependencies are generated and installed locally by running the installJarsLocally.sh script
-
The installJarsLocally.sh script always targets a particular version of IIQ, and anytime we upgrade IIQ (including patch levels and applying efixes), we need to rerun the installJarsLocally.sh script on all relevant hosts to upgrade the dependencies
Again, if anyone could let me know if I’m understanding all this correctly or if I’m getting any of this wrong, that would be appreciated. Thanks!