This section explains how to correctly configure a Used Projects Auto Update Plugin file.
To configure the properties file for updating used projects
- In the <modeling tool installation directory>/plugins/com.nomagic.magicdraw.twcusageupdater directory, open the
- Specify the properties values listed below in the table (or leave the default values if they do not need to be changed).
| Properties | Description |
|---|
| twc.server | TWCloud server hostname or IP (with port if it is not default) |
| twc.user.name | TWCloud username |
| twc.user.password | TWCloud user hashed |
| twc.project | TWCloud main project URI* |
| twc.project.password | Project hashed password if there is password protection (the only way to get a hashed password is to generate it through Used Projects Auto Update Wizard first) |
| twc.used.projects | List of used projects URI (with if project is password protected. Pattern <URI>,<URI>#<password>,<URI>. The only way to get a hashed password is to generate it through Used Projects Auto Update Wizard first) |
| twc.use.ssl | Use SSL flag |
| twc.personal.access.token | The personal access token generated using the My account application in the Teamwork Cloud web UI. To learn more, see Generating a personal access token. |