Configuring SCM Plugins
By default, when editing a projects SCM plugins, you will only see new versions of the currently selected plugin. This is to prevent changing between SCM tool types on a particular project, which could have undesirable consequences.
In order to change this behaviour so that all SCM types are seen in the drop-down list, set the following parameter to true in rapiddeploy_default.properties:
#-------------------------------- # Show all SCM plugins # In project edit mode, only SCM plugin versions for the same provider are shown by default. # Setting this value to true shows all providers, and allows you to convert projects created on one SCM type # to other types. # Default value: false #-------------------------------- show.all.scm.plugins=false