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

martin_s pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva.git


The following commit(s) were added to refs/heads/master by this push:
     new 958ca04  Removing nodejs dependency check
958ca04 is described below

commit 958ca04171b118b01396936fc5d83b819650e7a7
Author: Martin Stockhammer <[email protected]>
AuthorDate: Sun Jul 5 08:40:11 2020 +0200

    Removing nodejs dependency check
---
 archiva-modules/archiva-web/archiva-webapp/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/archiva-modules/archiva-web/archiva-webapp/pom.xml 
b/archiva-modules/archiva-web/archiva-webapp/pom.xml
index ddb2992..c0c1de9 100644
--- a/archiva-modules/archiva-web/archiva-webapp/pom.xml
+++ b/archiva-modules/archiva-web/archiva-webapp/pom.xml
@@ -683,6 +683,7 @@
               <exclude>src/main/resources/META-INF/services/*</exclude>
               <exclude>src/main/resources/META-INF/cxf/*</exclude>
               
<exclude>src/main/resources/META-INF/owasp/cve-suppressions.xml</exclude>
+              <exclude>src/main/frontend/**</exclude>
             </excludes>
           </configuration>
         </plugin>
@@ -931,6 +932,7 @@
           
<suppressionFile>${project.basedir}/src/main/resources/META-INF/owasp/cve-suppressions.xml</suppressionFile>
           <ossindexAnalyzerEnabled>false</ossindexAnalyzerEnabled>
           <assemblyAnalyzerEnabled>false</assemblyAnalyzerEnabled>
+          <nodeAnalyzerEnabled>false</nodeAnalyzerEnabled>
         </configuration>
         <executions>
           <execution>

Reply via email to