...
- checkOutURL - The URL of the version repository control system to integrate with the registry. From this location the resources will get checked out to the registry. The URL should be preceded with:
scm:
- workingDir - The file system location where the resources from the version repository control system initially check out to. This should be an existing location in the file system.
- mountPoint - The registry location where the resources from the version repository control system check out to.
- username - The user name of the version repository control system.
- password- The password of the version repository control system.
- checkInURL- The URL of the version repository control system where the check in should happen if any resource addition, update, or deletion occurred.
- readOnly - This is set to
true
by default. This is to define whether to check out only or check in and check out only. if readOnly istrue
, resources will only be checked out to the location specified by checkOutURL, if set tofalse
the check in would also happen to the svn location specified by checkInURL. Therefore, whenreadOnly
is set tofalse
, you must specify the checkInURL. Also note that whenreadOnly
is set tofalse
, any modification, addition, or deletion that you do on resources will be commited to the defined svn location. - updateFrequency - Defines how frequently the registry and version repository control system should be synchronized with each other. The value is defined in minutes.
Info | ||
---|---|---|
| ||
Additional configuration for SCM providers can be done using separate configuration files. To learn more, click on the respective SCM in the Apache Maven SCM Overview document and navigate to the Provider Configuration section. For example, the provider configuration for Subversion (SVN) can be found in here. |
After the server is started, the resources from the version repository control system will be in the specified location of the registry in the same hierarchical order.
Tip |
---|
If you want to view the content from another mounted node, you have to add the SCM configuration into that node as well. |
Excerpt | ||
---|---|---|
| ||
Description of SCM mount configuration details. |