CollabNet releases new versions of the TeamForge-Nexus integration plugin. It is
recommended to upgrade your TeamForge-Nexus integration plugin whenever a new version is
available.
-
Log on to the Nexus server.
-
Stop Nexus if it's running.
Linux:
Windows:
-
Modify the ctf_nexus.properties file.
- vim
sonatype-work/nexus/conf/ctf_nexus.properties
-
Replace TIME_TO_HOLD_CACHE=60 with the following two
properties:
- TIME_TO_HOLD_USER_CACHE=1800
- TIME_TO_HOLD_PERMISSION_CACHE=1200
Note: TIME_TO_HOLD_USER_CACHE and
TIME_TO_HOLD_PERMISSION_CACHE are in
seconds.
-
Back up the existing TeamForge-Nexus integration plugin directory:
<nexus-work-directory>/nexus/plugin-repository/CTF-Nexus-Integration-Plugin-1.0.2.
-
Download the
CTF-Nexus-Integration-Plugin-2.1.1.zip
file.
-
Unzip the CTF-Nexus-Integration-Plugin-2.1.1zip file you
downloaded into the
<nexus-work-directory>/nexus/plugin-repository/
directory.
Linux:
- cd
<nexus-work-directory>/nexus/plugin-repository
- unzip
CTF-Nexus-Integration-Plugin-2.1.1.zip
Windows: Use a utility such as WinRAR.
-
Start Nexus.
Linux:
- cd <nexus-install-directory>
- ./bin/nexus start
Windows:
- cd <nexus-install-directory>
- \bin\nexus start