Some projects only use a portion of the stream or reference tree and, in these instances, it is not necessary to check out the entire contents of the repository, such as when you are accessing, for example, a large remote repository to build a sub-module. In such cases, it may be useful to set up a sub-path. If you specify a sub-path, the plugin makes a "best effort" to ensure that only the sub-path is populated. This means that the files within the sub-path will be fetched, at least, although side-effects may result in files from other locations being fetched as well.

Directories and files must be specified in a comma-separated list and can use relative pathnames. For example, you could use:

src/com/my-company/main/my-file.java,src/com/*,src/com/webapp/my-file2.xml

where "src" is the immediate sub-folder under your stream or reference tree.

NOTES:

.