diff options
author | Olivier Lamy <olamy@apache.org> | 2012-07-02 20:25:06 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-07-02 20:25:06 +0000 |
commit | a116e45603c19ef79ff946ea371bcb67493c43e6 (patch) | |
tree | ebe9c16d607fc38864515207c9a0c6fb783d4005 /archiva-modules/archiva-web/pom.xml | |
parent | fc80546f5a246274e326226b58bb031af6cc2bdd (diff) | |
download | archiva-a116e45603c19ef79ff946ea371bcb67493c43e6.tar.gz archiva-a116e45603c19ef79ff946ea371bcb67493c43e6.zip |
fix some issues reported by rat check
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1356459 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-web/pom.xml')
-rw-r--r-- | archiva-modules/archiva-web/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archiva-modules/archiva-web/pom.xml b/archiva-modules/archiva-web/pom.xml index 8aceb9bda..0d26bfe79 100644 --- a/archiva-modules/archiva-web/pom.xml +++ b/archiva-modules/archiva-web/pom.xml @@ -92,6 +92,7 @@ <configuration> <excludes> <!-- for when the profile is not activated --> + <exclude>archiva-webapp-test-js/**</exclude> <exclude>archiva-webapp-test/**</exclude> </excludes> </configuration> |