2.1.0.Final
aloubyansky
released this
24 Mar 17:33
·
15 commits
to master
since this release
- Ability to turn off checks of the patch streams and versions so that they can be independent of the checked servers
- Turn off patching of misc files, ability to turn on again for specific files. The 'turning on' also allows regexp expressions, so e.g:
<skip-misc-files>
<exception>docs/examples/.*\.cli</exception>
<exception>docs/licenses/feature-A-licenses\..*</exception>
</skip-misc-files>
will include all files with the suffix '.cli' from the docs/examples folder, and all files such as feature-A-licenses.xml, feature-A-licenses.xml etc from the docs/licenses folder
- Add skip-non-configured-layers option
- Copy 1.3 schema from 1.2 schema