This is an automated email from the ASF dual-hosted git repository.

baunsgaard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/systemds.git


The following commit(s) were added to refs/heads/main by this push:
     new 32331d683c [SYSTEMDS-3348] Federated Monitoring Tool Fix Rat Check
32331d683c is described below

commit 32331d683ccd997ae2123507972b05f762dc3334
Author: baunsgaard <[email protected]>
AuthorDate: Wed Nov 2 09:58:14 2022 +0100

    [SYSTEMDS-3348] Federated Monitoring Tool Fix Rat Check
    
    This commit exclude the license check for the monitoring tools artifacts
    for when installed locally. Previously the license check would fail on
    50k+ files, from the monitoring tools build.
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index c02fcd3898..560db63520 100644
--- a/pom.xml
+++ b/pom.xml
@@ -583,6 +583,7 @@
                                                                
<exclude>scripts/perftest/temp/**</exclude>
                                                                
<exclude>scripts/tutorials/**</exclude>
                                                                
<exclude>scripts/perftest/logs/**</exclude>
+                                                               
<exclude>scripts/monitoring/node_modules/**</exclude>
                                                                
<exclude>.gitignore</exclude>
                                                                
<exclude>src/main/python/.gitignore</exclude>
                                                                
<exclude>.gitmodules</exclude>
@@ -619,6 +620,7 @@
                                                                
<exclude>**/target/**</exclude>
                                                                
<exclude>**/README.md</exclude>
                                                                
<exclude>**/*.svg</exclude>
+                                                               
<exclude>**/derby.log</exclude>
                                                                <!-- Jupyter 
Notebooks -->
                                                                
<exclude>**/*.ipynb</exclude>
                                                                <!-- Generated 
antlr files -->

Reply via email to