]> source.dussan.org Git - archiva.git/commitdiff
fix some issues reported by rat check
authorOlivier Lamy <olamy@apache.org>
Mon, 2 Jul 2012 20:25:06 +0000 (20:25 +0000)
committerOlivier Lamy <olamy@apache.org>
Mon, 2 Jul 2012 20:25:06 +0000 (20:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1356459 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml
archiva-modules/archiva-web/archiva-web-common/src/main/resources/archiva-mime-types.txt
archiva-modules/archiva-web/archiva-webapp/pom.xml
archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/tld/web-tags.tld
archiva-modules/archiva-web/pom.xml
pom.xml

index 26d0cc3414378a0c206238b91a6876163898b6fa..27d22cd51e45890a54a36b5b5ff4c2637b63f0cf 100644 (file)
           <configuration>
             <excludes>
               <exclude>src/test/repo-with-osgi/**</exclude>
+              <exclude>src/test/repo-with-classifier-only/**</exclude>
+              <exclude>src/test/repo-with-snapshots/**</exclude>
             </excludes>
           </configuration>
         </plugin>
index 3f1e6a3b365ba159497a5e45356bdff6312bf510..144f35ddc86a7c6fdee86f5ed7560ccafc006f38 100644 (file)
@@ -1,3 +1,22 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+
 # This file controls what Internet media types are sent to the client for
 # given file extension(s). Sending the correct media type to the client
 # is important so they know how to handle the content of the file.
index db8bc144c856e9fd6bb76172e6f1b05374056c50..dcca9982b79fa817e7b97bb2b1f03433f5ce5c48 100644 (file)
               <exclude>src/test/resources/test-repo/**</exclude>
               <exclude>src/test/resources/**</exclude>
               <exclude>src/sql/**</exclude>
+              <exclude>src/test/repositories/test-repo/**</exclude>
+              <exclude>src/main/webapp/META-INF/MANIFEST.MF</exclude>
             </excludes>
           </configuration>
         </plugin>
index 1006dd1ba76883b9d46a5e74e23e0f4f36e9dcc5..335c6325a2589c6054b8cd8836e0e1213ebe504b 100644 (file)
@@ -1,4 +1,24 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
+
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements.  See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership.  The ASF licenses this file
+  ~ to you under the Apache License, Version 2.0 (the
+  ~ "License"); you may not use this file except in compliance
+  ~ with the License.  You may obtain a copy of the License at
+  ~
+  ~   http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing,
+  ~ software distributed under the License is distributed on an
+  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~ KIND, either express or implied.  See the License for the
+  ~ specific language governing permissions and limitations
+  ~ under the License.
+  -->
+
 <taglib xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.0" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd">
   <description><![CDATA[Archiva taglibs.]]></description>
   <display-name>Archiva Taglib</display-name>
index 8aceb9bda99a71b5c782473d47a0c08266de659b..0d26bfe79d358c053fc99616a7e20ad6292afe27 100644 (file)
@@ -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>
diff --git a/pom.xml b/pom.xml
index bbe5ba73df7fb63ef50e24d14683dea344eb8da4..d66ed6d1e63fdeb7a3c51dfe69904c9a6e6dcef1 100644 (file)
--- a/pom.xml
+++ b/pom.xml
               <exclude>*.sh</exclude>
               <exclude>.git/**</exclude>
               <exclude>src/test/resources/projects/compile/goal.txt</exclude>
+              <exclude>**/*.iml</exclude>
             </excludes>
           </configuration>
         </plugin>