diff options
author | Olivier Lamy <olamy@apache.org> | 2014-06-06 11:01:49 +1000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2014-06-06 11:01:49 +1000 |
commit | 6b1e26c792b6189347af48105148d4d1e43a276e (patch) | |
tree | 4e794947b3c6cca2c28ab6ca185ad6c06e1857ab /archiva-modules/archiva-web/archiva-webapp/pom.xml | |
parent | 35eecf18a2b41cae6e8637b37005f37187d6ab3d (diff) | |
download | archiva-6b1e26c792b6189347af48105148d4d1e43a276e.tar.gz archiva-6b1e26c792b6189347af48105148d4d1e43a276e.zip |
fix rat configuration
Diffstat (limited to 'archiva-modules/archiva-web/archiva-webapp/pom.xml')
-rw-r--r-- | archiva-modules/archiva-web/archiva-webapp/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archiva-modules/archiva-web/archiva-webapp/pom.xml b/archiva-modules/archiva-web/archiva-webapp/pom.xml index 70dcf98dc..240b1cf7b 100644 --- a/archiva-modules/archiva-web/archiva-webapp/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp/pom.xml @@ -909,6 +909,7 @@ <exclude>src/site/resources/js/*.js</exclude> <exclude>src/test/repositories/test-repo/**</exclude> <exclude>src/main/resources/META-INF/services/*</exclude> + <exclude>src/main/resources/META-INF/cxf/*</exclude> </excludes> </configuration> </plugin> |