You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2014/06/06 03:02:13 UTC

git commit: fix rat configuration

Repository: archiva
Updated Branches:
  refs/heads/master 35eecf18a -> 6b1e26c79


fix rat configuration


Project: http://git-wip-us.apache.org/repos/asf/archiva/repo
Commit: http://git-wip-us.apache.org/repos/asf/archiva/commit/6b1e26c7
Tree: http://git-wip-us.apache.org/repos/asf/archiva/tree/6b1e26c7
Diff: http://git-wip-us.apache.org/repos/asf/archiva/diff/6b1e26c7

Branch: refs/heads/master
Commit: 6b1e26c792b6189347af48105148d4d1e43a276e
Parents: 35eecf1
Author: Olivier Lamy <ol...@apache.org>
Authored: Fri Jun 6 11:01:49 2014 +1000
Committer: Olivier Lamy <ol...@apache.org>
Committed: Fri Jun 6 11:01:49 2014 +1000

----------------------------------------------------------------------
 archiva-modules/archiva-web/archiva-webapp/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/archiva/blob/6b1e26c7/archiva-modules/archiva-web/archiva-webapp/pom.xml
----------------------------------------------------------------------
diff --git a/archiva-modules/archiva-web/archiva-webapp/pom.xml b/archiva-modules/archiva-web/archiva-webapp/pom.xml
index 70dcf98..240b1cf 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>