mirror of https://github.com/apache/archiva.git
fix some issues reported by rat check
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1356459 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fc80546f5a
commit
a116e45603
|
@ -368,6 +368,8 @@
|
|||
<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>
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -1219,6 +1219,8 @@
|
|||
<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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue