Nexus is a repository manager. It allows you to proxy, collect, and manage your dependencies so that you are not constantly juggling a collection of artifacts. In essence. it makes it easy to distribute your software.
The OpenShift templates are located in ocp-config
and can be compared with the OC cluster using tailor. For example, run cd oc-config && tailor status -l app=nexus -n ods
to see if there is any drift between current and desired state.
To install Nexus, run make install-nexus
.