With RMB v20 ( and ) this is not a problem, so not needed anymore.
Heikki Levanto April 20, 2018 at 9:42 AM
This issue did bite me yesterday, having worked with the tags and userdata schema in our shared ramls. Forgot the declaration of tags in users.raml, but everything compiled and worked well on my machine, because there happened to be a remnant of tags.schema in my /tmp. The pull request failed miserably, since the Jenkins box did not happen to have such remnants...
As explained in RMB-30, there are copies of schema files remaining from processing the RAMLs and schema files.
These will arise if ever a schema file has a $ref using a path with "../" to another schema. So these files will be one directory level above.