aboutsummaryrefslogtreecommitdiffstats
path: root/maven-meeper/pom.xml
diff options
context:
space:
mode:
authorBrett Porter <brett@apache.org>2007-11-11 15:24:11 +0000
committerBrett Porter <brett@apache.org>2007-11-11 15:24:11 +0000
commitf08f740984e8e41b64bcbe85ebca04778ca6aa39 (patch)
tree2d3d9e3292e1ac288f1b956a53e471346b8620e6 /maven-meeper/pom.xml
parenta2d82e7cbefa6ccd3a79f891c7539bbd836d5c0c (diff)
downloadarchiva-f08f740984e8e41b64bcbe85ebca04778ca6aa39.tar.gz
archiva-f08f740984e8e41b64bcbe85ebca04778ca6aa39.zip
move tools
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@593906 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'maven-meeper/pom.xml')
-rw-r--r--maven-meeper/pom.xml53
1 files changed, 0 insertions, 53 deletions
diff --git a/maven-meeper/pom.xml b/maven-meeper/pom.xml
deleted file mode 100644
index 1657faaa2..000000000
--- a/maven-meeper/pom.xml
+++ /dev/null
@@ -1,53 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- ~ Copyright 2005-2006 The Apache Software Foundation.
- ~
- ~ Licensed 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">
- <parent>
- <groupId>org.apache.maven.archiva</groupId>
- <artifactId>archiva</artifactId>
- <version>1.0-alpha-4-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <artifactId>maven-meeper</artifactId>
- <name>Maven Meeper</name>
-
- <dependencies>
- <dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-csv</artifactId>
- <version>1.0-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>commons-lang</groupId>
- <artifactId>commons-lang</artifactId>
- <version>2.2</version>
- </dependency>
- </dependencies>
-
- <repositories>
- <repository>
- <id>apache.snapshots</id>
- <name>Apache Snapshot Repository</name>
- <url>http://people.apache.org/repo/m2-snapshot-repository</url>
- <releases>
- <enabled>false</enabled>
- </releases>
- </repository>
- </repositories>
-
-</project>