]> source.dussan.org Git - archiva.git/commitdiff
Remove old archiva-utils module
authorEmmanuel Venisse <evenisse@apache.org>
Tue, 31 Oct 2006 14:18:51 +0000 (14:18 +0000)
committerEmmanuel Venisse <evenisse@apache.org>
Tue, 31 Oct 2006 14:18:51 +0000 (14:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@469496 13f79535-47bb-0310-9956-ffa450edef68

archiva-discoverer/pom.xml
archiva-indexer/pom.xml
archiva-reports-standard/pom.xml
archiva-utils/pom.xml [deleted file]
archiva-utils/src/test/resources/test-file.txt [deleted file]
pom.xml

index 6dcd73f97f52c9c7ab2fb4ddaf185272bf97f078..15eca39ce245a316a92cc413621ea7d07ee15b39 100755 (executable)
   <artifactId>archiva-discoverer</artifactId>
   <name>Archiva Artifact Discoverer</name>
   <dependencies>
-    <dependency>
-      <groupId>org.apache.maven.archiva</groupId>
-      <artifactId>archiva-utils</artifactId>
-    </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
index 7bf3125ccf67b30a8f6903dae8c9df58bf7a0835..718397e9992d4187ae5f682ded070d0a35351c7f 100644 (file)
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-container-default</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.apache.maven.archiva</groupId>
-      <artifactId>archiva-utils</artifactId>
-    </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-digest</artifactId>
index 29cc5b48c5231185148b3fb29494c539d8c7f1e1..74c1c1c7350e446eb0c9725d7c367a2d4da977bf 100755 (executable)
       <groupId>org.apache.maven.wagon</groupId>
       <artifactId>wagon-provider-api</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.apache.maven.archiva</groupId>
-      <artifactId>archiva-utils</artifactId>
-    </dependency>
     <dependency>
       <groupId>org.apache.maven.archiva</groupId>
       <artifactId>archiva-repository-layer</artifactId>
diff --git a/archiva-utils/pom.xml b/archiva-utils/pom.xml
deleted file mode 100644 (file)
index 5225338..0000000
+++ /dev/null
@@ -1,43 +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-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>archiva-utils</artifactId>
-  <name>Archiva Digester Utilities</name>
-  <dependencies>
-    <dependency>
-      <groupId>org.codehaus.plexus</groupId>
-      <artifactId>plexus-container-default</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.codehaus.plexus</groupId>
-      <artifactId>plexus-utils</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-artifact</artifactId>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/archiva-utils/src/test/resources/test-file.txt b/archiva-utils/src/test/resources/test-file.txt
deleted file mode 100644 (file)
index ece41df..0000000
+++ /dev/null
@@ -1 +0,0 @@
-the quick brown fox, and all that
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index f2d6bc4c775a08b53b4b032105ac79415e0f8d23..15e8360c488368f30b77e48d44bb7bc9aa4eba56 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <module>archiva-discoverer</module>
     <module>archiva-reports-standard</module>
     <module>archiva-indexer</module>
-    <module>archiva-utils</module>
     <module>archiva-webapp</module>
     <module>archiva-proxy</module>
     <module>archiva-core</module>
         <artifactId>archiva-proxy</artifactId>
         <version>${pom.version}</version>
       </dependency>
-      <dependency>
-        <groupId>org.apache.maven.archiva</groupId>
-        <artifactId>archiva-utils</artifactId>
-        <version>${pom.version}</version>
-      </dependency>
       <dependency>
         <groupId>org.apache.maven.archiva</groupId>
         <artifactId>archiva-applet</artifactId>