This module creates a ctakes-user-resources jar that can be a dependency for other projects.
- We want to place user resources ( pipers, regex bsvs, stop words, etc.) in separate modules.
- For editable ‘runtime’ dev flexibility we want said resources in the resources/ directory upon compile.
- We want user resources to be available in binary installations under a common resources/ directory.
- Given #2 and #3 above, we do not want multiple copies of user resources in jars and resources/ dirs.
- There are external projects that depend upon user resources, so they must be available for ‘getting’.
Note: External projects include Apache cTAKES projects such as ctakes-web-rest.