I would like to use Nexus or Artifactory as a repository for the components referenced by developers

Thanks,
Steve Gant
One answer

Hi Steven,
I think it is out of the box feature in RTC, I've implemented the following method to achieve this. Once Build is done in build forge, you can add staging script to export all the binaries into Nexus/Artifactory and apache archive.
Nexus is friendlier with Maven instead of Ant Builds (if you are using ANT , you can download Nexus ANT Task Plugins from github (https://github.com/sonatype/nexus-ant-tasks).
If you are using Jenkins, you can download and install the Nexus plugins for Jenkins and add a post build Steps, then automatically Jenkins will push the files into Nexus projects
Plugin Links are attached here
https://wiki.jenkins-ci.org/display/JENKINS/Repository+Connector+Plugin
https://wiki.jenkins-ci.org/display/JENKINS/Nexus+Task+Runner+Plugin
Plugins for atrifactory
https://wiki.jenkins-ci.org/display/JENKINS/ArtifactPromotionPlugin
Below are the link provides Nexus integrations for various tools and it is pretty much useful links!!
https://books.sonatype.com/nexus-book/reference/_nexus_integrations.html