From a116e45603c19ef79ff946ea371bcb67493c43e6 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Mon, 2 Jul 2012 20:25:06 +0000 Subject: [PATCH] fix some issues reported by rat check git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1356459 13f79535-47bb-0310-9956-ffa450edef68 --- .../archiva-rest-services/pom.xml | 2 ++ .../src/main/resources/archiva-mime-types.txt | 19 ++++++++++++++++++ .../archiva-web/archiva-webapp/pom.xml | 2 ++ .../src/main/webapp/WEB-INF/tld/web-tags.tld | 20 +++++++++++++++++++ archiva-modules/archiva-web/pom.xml | 1 + pom.xml | 1 + 6 files changed, 45 insertions(+) diff --git a/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml b/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml index 26d0cc341..27d22cd51 100644 --- a/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml +++ b/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml @@ -368,6 +368,8 @@ src/test/repo-with-osgi/** + src/test/repo-with-classifier-only/** + src/test/repo-with-snapshots/** diff --git a/archiva-modules/archiva-web/archiva-web-common/src/main/resources/archiva-mime-types.txt b/archiva-modules/archiva-web/archiva-web-common/src/main/resources/archiva-mime-types.txt index 3f1e6a3b3..144f35ddc 100644 --- a/archiva-modules/archiva-web/archiva-web-common/src/main/resources/archiva-mime-types.txt +++ b/archiva-modules/archiva-web/archiva-web-common/src/main/resources/archiva-mime-types.txt @@ -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. diff --git a/archiva-modules/archiva-web/archiva-webapp/pom.xml b/archiva-modules/archiva-web/archiva-webapp/pom.xml index db8bc144c..dcca9982b 100644 --- a/archiva-modules/archiva-web/archiva-webapp/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp/pom.xml @@ -1219,6 +1219,8 @@ src/test/resources/test-repo/** src/test/resources/** src/sql/** + src/test/repositories/test-repo/** + src/main/webapp/META-INF/MANIFEST.MF diff --git a/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/tld/web-tags.tld b/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/tld/web-tags.tld index 1006dd1ba..335c6325a 100644 --- a/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/tld/web-tags.tld +++ b/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/tld/web-tags.tld @@ -1,4 +1,24 @@ + + + Archiva Taglib 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 @@ + archiva-webapp-test-js/** archiva-webapp-test/** diff --git a/pom.xml b/pom.xml index bbe5ba73d..d66ed6d1e 100644 --- a/pom.xml +++ b/pom.xml @@ -1764,6 +1764,7 @@ *.sh .git/** src/test/resources/projects/compile/goal.txt + **/*.iml -- 2.39.5