diff options
author | Olivier Lamy <olamy@apache.org> | 2012-07-02 13:45:39 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-07-02 13:45:39 +0000 |
commit | c005356570970189e4a493db4710146318be1654 (patch) | |
tree | c5d4b1b96e5eab2a32093123005747de45468acf /archiva-modules | |
parent | 69ed84b5cae4561671b29f334d05ac45d740147a (diff) | |
download | archiva-c005356570970189e4a493db4710146318be1654.tar.gz archiva-c005356570970189e4a493db4710146318be1654.zip |
start fixing rat issues and exclude .git/**
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1356224 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules')
-rw-r--r-- | archiva-modules/archiva-base/archiva-configuration/src/test/conf/archiva-1.3.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/archiva-modules/archiva-base/archiva-configuration/src/test/conf/archiva-1.3.xml b/archiva-modules/archiva-base/archiva-configuration/src/test/conf/archiva-1.3.xml index 5d2a85d63..7d559f492 100644 --- a/archiva-modules/archiva-base/archiva-configuration/src/test/conf/archiva-1.3.xml +++ b/archiva-modules/archiva-base/archiva-configuration/src/test/conf/archiva-1.3.xml @@ -1,4 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + ~ 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. + --> <configuration> <version>2</version> <repositoryScanning> |