diff options
author | Olivier Lamy <olamy@apache.org> | 2011-08-23 12:19:36 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2011-08-23 12:19:36 +0000 |
commit | d27077404aa8bb2db886d46b1db79df1cd948dd1 (patch) | |
tree | 24c80ecba22cafb52e68062b366df6d3ba560d20 /archiva-modules/metadata/test-repository | |
parent | ca3ce2ba4e2c0f51f4618376e333cab856c2a541 (diff) | |
download | archiva-d27077404aa8bb2db886d46b1db79df1cd948dd1.tar.gz archiva-d27077404aa8bb2db886d46b1db79df1cd948dd1.zip |
desactivate animal sniffer plugin as it fail in module archiva-modules/metadata/test-repository/
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1160653 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/metadata/test-repository')
-rw-r--r-- | archiva-modules/metadata/test-repository/pom.xml | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/archiva-modules/metadata/test-repository/pom.xml b/archiva-modules/metadata/test-repository/pom.xml index 2755b31ec..87d057f93 100644 --- a/archiva-modules/metadata/test-repository/pom.xml +++ b/archiva-modules/metadata/test-repository/pom.xml @@ -1,7 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" - xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> +<!-- + ~ 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. + --> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>metadata</artifactId> |