aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-modules/archiva-web/archiva-webapp/pom.xml
diff options
context:
space:
mode:
authorMartin Stockhammer <martin_s@apache.org>2020-07-05 19:16:35 +0200
committerMartin Stockhammer <martin_s@apache.org>2020-07-05 19:16:35 +0200
commitc033b29ad6980c68d3f4161b29ccc69a105f6080 (patch)
treeff8b83a10ab15678c0a59a5b975eaed79d30ad7a /archiva-modules/archiva-web/archiva-webapp/pom.xml
parentbab5f540e181eab3e8065a2bdb67f8a4df11b307 (diff)
downloadarchiva-c033b29ad6980c68d3f4161b29ccc69a105f6080.tar.gz
archiva-c033b29ad6980c68d3f4161b29ccc69a105f6080.zip
Adding new webapp prototype based on Angular 10
Diffstat (limited to 'archiva-modules/archiva-web/archiva-webapp/pom.xml')
-rw-r--r--archiva-modules/archiva-web/archiva-webapp/pom.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/archiva-modules/archiva-web/archiva-webapp/pom.xml b/archiva-modules/archiva-web/archiva-webapp/pom.xml
index c0c1de9e7..c477501fd 100644
--- a/archiva-modules/archiva-web/archiva-webapp/pom.xml
+++ b/archiva-modules/archiva-web/archiva-webapp/pom.xml
@@ -683,7 +683,12 @@
<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>
+ <exclude>src/main/archiva-web/*</exclude>
+ <exclude>src/main/archiva-web/node_modules/**</exclude>
+ <exclude>src/main/archiva-web/dist/**</exclude>
+ <exclude>src/main/archiva-web/src/polyfills.ts</exclude>
+ <exclude>src/main/archiva-web/e2e/protractor.conf.js</exclude>
+ <exclude>src/main/archiva-web/e2e/tsconfig.json</exclude>
</excludes>
</configuration>
</plugin>