Repository: incubator-systemml Updated Branches: refs/heads/master 34a2e1d8a -> 783b14c93
[HOTFIX] Fixing RAT failures by excluding new Jupyter notebook examples from checks. Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/783b14c9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/783b14c9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/783b14c9 Branch: refs/heads/master Commit: 783b14c931e779712d30e57cd96c6804af3ae324 Parents: 34a2e1d Author: Mike Dusenberry <[email protected]> Authored: Sat Jun 25 09:11:42 2016 -0700 Committer: Mike Dusenberry <[email protected]> Committed: Sat Jun 25 09:11:42 2016 -0700 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/783b14c9/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 0c94376..9574679 100644 --- a/pom.xml +++ b/pom.xml @@ -574,8 +574,8 @@ <exclude>**/*.mtd</exclude> <exclude>**/target/**</exclude> <exclude>**/README.md</exclude> - <!-- Jupyter Notebooks --> - <exclude>samples/jupyter-notebooks/*.ipynb</exclude> + <!-- Jupyter Notebooks --> + <exclude>**/*.ipynb</exclude> <!-- Generated antlr files --> <exclude>src/main/java/*.tokens</exclude> <!-- Test Validation files -->
