--- /dev/null
+<configuration>
+ <localRepository></localRepository>
+</configuration>
--- /dev/null
+<configuration />
--- /dev/null
+<settings>
+ <localRepository></localRepository>
+ <servers>
+ <server>
+ <id>snapshots</id>
+ <username>admin</username>
+ <password>admin1</password>
+ </server>
+ </servers>
+ <profiles>
+ <profile>
+ <id>repositories</id>
+ <repositories>
+ <repository>
+ <id>snapshots</id>
+ <name>snapshots-repository</name>
+ <url>http://localhost:9696/archiva/repository/snapshots/</url>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ </repository>
+ </repositories>
+ <pluginRepositories>
+ <pluginRepository>
+ <id>snapshots</id>
+ <name>snapshots-repository</name>
+ <url>http://localhost:9696/archiva/repository/snapshot/</url>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ </pluginRepository>
+ </pluginRepositories>
+ </profile>
+ </profiles>
+ <activeProfiles>
+ <activeProfile>repositories</activeProfile>
+ </activeProfiles>
+</settings>
\ No newline at end of file
--- /dev/null
+<?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.
+ -->
+
+<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>
+ <groupId>org.apache.archiva</groupId>
+ <artifactId>bad-dependency</artifactId>
+ <version>1.0</version>
+ <packaging>jar</packaging>
+ <name>Bad Dependency</name>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.archiva.web.test</groupId>
+ <artifactId>bad-dependency</artifactId>
+ <version>1.0</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.archiva.web.test</groupId>
+ <artifactId>foo-bar</artifactId>
+ <version>1.2-SNAPSHOT</version>
+ </dependency>
+ </dependencies>
+</project>
\ No newline at end of file
--- /dev/null
+<?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.
+ -->
+
+<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>
+ <groupId>org.apache.archiva</groupId>
+ <artifactId>dependency-in-proxied</artifactId>
+ <version>1.0</version>
+ <packaging>jar</packaging>
+ <name>Dependency In Proxied</name>
+ <dependencies>
+ <!--dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-jxr</artifactId>
+ <version>2.1</version>
+ </dependency-->
+ <dependency>
+ <groupId>com.lowagie</groupId>
+ <artifactId>itext</artifactId>
+ <version>1.3</version>
+ </dependency>
+ </dependencies>
+</project>
\ No newline at end of file
--- /dev/null
+#Last Scan Information, managed by Archiva. DO NOT EDIT
+#Thu Apr 19 17:04:36 PHT 2007
+scan.included.files=12
+scan.skipped.files=0
+scan.finished.timestamp=1176973476967
+scan.consumed.files=20
+scan.started.timestamp=1176973467414
--- /dev/null
+0360f14347d5502114ba7afe4ea2e07f
\ No newline at end of file
--- /dev/null
+4a667b9923fb936409b96c8242bebc2f96f374f5
\ No newline at end of file
--- /dev/null
+<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>
+ <groupId>org.apache.maven.archiva.web.test</groupId>
+ <artifactId>artifact-a</artifactId>
+ <packaging>jar</packaging>
+ <version>1.0</version>
+ <name>artifact-a</name>
+ <url>http://maven.apache.org</url>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.maven.archiva.web.test</groupId>
+ <artifactId>artifact-b</artifactId>
+ <version>2.0</version>
+ </dependency>
+ </dependencies>
+ <build>
+ <extensions>
+ <extension>
+ <groupId>org.apache.maven.wagon</groupId>
+ <artifactId>wagon-webdav</artifactId>
+ </extension>
+ </extensions>
+ </build>
+</project>
--- /dev/null
+cdf69ffbcb888aacea6cfeaf479fefd1
\ No newline at end of file
--- /dev/null
+f6a384b1ab62ed45ae7dee1a059815e94bbc7fa6
\ No newline at end of file
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?><metadata>
+ <groupId>org.apache.maven.archiva.web.test</groupId>
+ <artifactId>artifact-a</artifactId>
+ <version>1.0</version>
+ <versioning>
+ <versions>
+ <version>1.0</version>
+ </versions>
+ <lastUpdated>20070417090928</lastUpdated>
+ </versioning>
+</metadata>
\ No newline at end of file
--- /dev/null
+bc87573a595a2c387b5baa4ad7d06743
\ No newline at end of file
--- /dev/null
+e9ecaaa14a3c09b07206980c15749a631dbc986a
\ No newline at end of file
--- /dev/null
+16a308257949f23afa5d1f1dec41aa44
\ No newline at end of file
--- /dev/null
+36a3a9cc35b8ca0d73998d7b39d290b489800a22
\ No newline at end of file
--- /dev/null
+<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>
+ <groupId>org.apache.maven.archiva.web.test</groupId>
+ <artifactId>artifact-b</artifactId>
+ <packaging>jar</packaging>
+ <version>2.0</version>
+ <name>artifact-b</name>
+ <url>http://maven.apache.org</url>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.maven.archiva.web.test</groupId>
+ <artifactId>artifact-c</artifactId>
+ <version>3.0</version>
+ </dependency>
+ </dependencies>
+ <build>
+ <extensions>
+ <extension>
+ <groupId>org.apache.maven.wagon</groupId>
+ <artifactId>wagon-webdav</artifactId>
+ </extension>
+ </extensions>
+ </build>
+</project>
--- /dev/null
+be5b8f8539a62b5935793ebeb87215fd
\ No newline at end of file
--- /dev/null
+012a658d4a4f70aa3e8dd4b2db67020817b7dfcc
\ No newline at end of file
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?><metadata>
+ <groupId>org.apache.maven.archiva.web.test</groupId>
+ <artifactId>artifact-b</artifactId>
+ <version>2.0</version>
+ <versioning>
+ <versions>
+ <version>2.0</version>
+ </versions>
+ <lastUpdated>20070417090908</lastUpdated>
+ </versioning>
+</metadata>
\ No newline at end of file
--- /dev/null
+bedfccc27fc7dc262d5c99a7aa8b83d8
\ No newline at end of file
--- /dev/null
+4902ea6b16838ff26f9136460c4394b0ad7cc7f5
\ No newline at end of file
--- /dev/null
+853a10a201f8a296e37e856615c5349c
\ No newline at end of file
--- /dev/null
+5155da8820ed77c43e983c1244d94a3b27bf08f7
\ No newline at end of file
--- /dev/null
+<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>
+ <groupId>org.apache.maven.archiva.web.test</groupId>
+ <artifactId>artifact-c</artifactId>
+ <packaging>jar</packaging>
+ <version>3.0</version>
+ <name>artifact-c</name>
+ <url>http://maven.apache.org</url>
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>3.8.1</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+ <build>
+ <extensions>
+ <extension>
+ <groupId>org.apache.maven.wagon</groupId>
+ <artifactId>wagon-webdav</artifactId>
+ </extension>
+ </extensions>
+ </build>
+</project>
--- /dev/null
+4df0417579b1492f37da14316adb85af
\ No newline at end of file
--- /dev/null
+c3b007acd9c17b80753b39a4121255965e7e2e65
\ No newline at end of file
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?><metadata>
+ <groupId>org.apache.maven.archiva.web.test</groupId>
+ <artifactId>artifact-c</artifactId>
+ <version>3.0</version>
+ <versioning>
+ <versions>
+ <version>3.0</version>
+ </versions>
+ <lastUpdated>20070417090835</lastUpdated>
+ </versioning>
+</metadata>
\ No newline at end of file
--- /dev/null
+74d58d97e78d5e51cc02c489c5edba0d
\ No newline at end of file
--- /dev/null
+5c7571eb35248be0f65758783b036e8f7899c146
\ No newline at end of file
--- /dev/null
+55f498a518e1151ce2e54daa674691de
\ No newline at end of file
--- /dev/null
+730551bde461564d3f8a7e0178ef9bc54a86d2dd
\ No newline at end of file
--- /dev/null
+<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>
+ <groupId>org.apache.maven.archiva.web.test</groupId>
+ <artifactId>artifact-s</artifactId>
+ <packaging>jar</packaging>
+ <version>0.1</version>
+ <name>artifact-s</name>
+ <url>http://maven.apache.org</url>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.maven.archiva.web.test</groupId>
+ <artifactId>artifact-a</artifactId>
+ <version>1.0</version>
+ </dependency>
+ </dependencies>
+ <build>
+ <extensions>
+ <extension>
+ <groupId>org.apache.maven.wagon</groupId>
+ <artifactId>wagon-webdav</artifactId>
+ </extension>
+ </extensions>
+ </build>
+</project>
--- /dev/null
+746ba2848229dbc1c9683ece0e7f02c8
\ No newline at end of file
--- /dev/null
+0d068f63069a86d982075a1dca7fe74fd95a29df
\ No newline at end of file
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?><metadata>
+ <groupId>org.apache.maven.archiva.web.test</groupId>
+ <artifactId>artifact-s</artifactId>
+ <version>0.1</version>
+ <versioning>
+ <versions>
+ <version>0.1</version>
+ </versions>
+ <lastUpdated>20070417090721</lastUpdated>
+ </versioning>
+</metadata>
\ No newline at end of file
--- /dev/null
+baa0ad0afaba9cee66ec262b38f796b6
\ No newline at end of file
--- /dev/null
+dea84d579f673d2d87c7bd47e4318cdf8e59e4d0
\ No newline at end of file
--- /dev/null
+#Last Scan Information, managed by Archiva. DO NOT EDIT
+#Thu Apr 19 17:04:36 PHT 2007
+scan.included.files=12
+scan.skipped.files=0
+scan.finished.timestamp=1176973476967
+scan.consumed.files=20
+scan.started.timestamp=1176973467414
--- /dev/null
+306d556e6e5e4d604dc854d09ddcdefd
\ No newline at end of file
--- /dev/null
+afb6586f5eb4c63dd5735a0bed11c99c7fac6755
\ No newline at end of file
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?><project>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.apache.maven.archiva.web.test</groupId>
+ <artifactId>foo-bar</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ <distributionManagement>
+ <status>deployed</status>
+ </distributionManagement>
+</project>
\ No newline at end of file
--- /dev/null
+8e896baea663a45d7bd2737f8e464481
\ No newline at end of file
--- /dev/null
+e37897c617d78dedd978766a2db318d301e80105
\ No newline at end of file
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?><metadata>
+ <groupId>org.apache.maven.archiva.web.test</groupId>
+ <artifactId>foo-bar</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ <versioning>
+ <snapshot>
+ <buildNumber>1</buildNumber>
+ </snapshot>
+ <lastUpdated>20070425105840</lastUpdated>
+ </versioning>
+</metadata>
\ No newline at end of file
--- /dev/null
+add4f71a005137e9a296c5b192e900c2
\ No newline at end of file
--- /dev/null
+b505e302169e04fc821bf571da7435b1e42ef8d7
\ No newline at end of file
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?><metadata>
+ <groupId>org.apache.maven.archiva.web.test</groupId>
+ <artifactId>foo-bar</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ <versioning>
+ <versions>
+ <version>1.0-SNAPSHOT</version>
+ </versions>
+ <lastUpdated>20070425105840</lastUpdated>
+ </versioning>
+</metadata>
\ No newline at end of file
--- /dev/null
+f3b657fb48d2e82fee5fada169756938
\ No newline at end of file
--- /dev/null
+f4629e609deb95cefdcdddc6dd8c2942d1c3e47f
\ No newline at end of file
+++ /dev/null
-<configuration>
- <localRepository></localRepository>
-</configuration>
+++ /dev/null
-<configuration />
+++ /dev/null
-<settings>
- <localRepository></localRepository>
- <servers>
- <server>
- <id>snapshots</id>
- <username>admin</username>
- <password>admin1</password>
- </server>
- </servers>
- <profiles>
- <profile>
- <id>repositories</id>
- <repositories>
- <repository>
- <id>snapshots</id>
- <name>snapshots-repository</name>
- <url>http://localhost:9696/archiva/repository/snapshots/</url>
- <releases>
- <enabled>false</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </repository>
- </repositories>
- <pluginRepositories>
- <pluginRepository>
- <id>snapshots</id>
- <name>snapshots-repository</name>
- <url>http://localhost:9696/archiva/repository/snapshot/</url>
- <releases>
- <enabled>false</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </pluginRepository>
- </pluginRepositories>
- </profile>
- </profiles>
- <activeProfiles>
- <activeProfile>repositories</activeProfile>
- </activeProfiles>
-</settings>
\ No newline at end of file
+++ /dev/null
-<?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.
- -->
-
-<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>
- <groupId>org.apache.archiva</groupId>
- <artifactId>bad-dependency</artifactId>
- <version>1.0</version>
- <packaging>jar</packaging>
- <name>Bad Dependency</name>
- <dependencies>
- <dependency>
- <groupId>org.apache.archiva.web.test</groupId>
- <artifactId>bad-dependency</artifactId>
- <version>1.0</version>
- </dependency>
- <dependency>
- <groupId>org.apache.archiva.web.test</groupId>
- <artifactId>foo-bar</artifactId>
- <version>1.2-SNAPSHOT</version>
- </dependency>
- </dependencies>
-</project>
\ No newline at end of file
+++ /dev/null
-<?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.
- -->
-
-<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>
- <groupId>org.apache.archiva</groupId>
- <artifactId>dependency-in-proxied</artifactId>
- <version>1.0</version>
- <packaging>jar</packaging>
- <name>Dependency In Proxied</name>
- <dependencies>
- <!--dependency>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-jxr</artifactId>
- <version>2.1</version>
- </dependency-->
- <dependency>
- <groupId>com.lowagie</groupId>
- <artifactId>itext</artifactId>
- <version>1.3</version>
- </dependency>
- </dependencies>
-</project>
\ No newline at end of file
+++ /dev/null
-#Last Scan Information, managed by Archiva. DO NOT EDIT
-#Thu Apr 19 17:04:36 PHT 2007
-scan.included.files=12
-scan.skipped.files=0
-scan.finished.timestamp=1176973476967
-scan.consumed.files=20
-scan.started.timestamp=1176973467414
+++ /dev/null
-0360f14347d5502114ba7afe4ea2e07f
\ No newline at end of file
+++ /dev/null
-4a667b9923fb936409b96c8242bebc2f96f374f5
\ No newline at end of file
+++ /dev/null
-<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>
- <groupId>org.apache.maven.archiva.web.test</groupId>
- <artifactId>artifact-a</artifactId>
- <packaging>jar</packaging>
- <version>1.0</version>
- <name>artifact-a</name>
- <url>http://maven.apache.org</url>
- <dependencies>
- <dependency>
- <groupId>org.apache.maven.archiva.web.test</groupId>
- <artifactId>artifact-b</artifactId>
- <version>2.0</version>
- </dependency>
- </dependencies>
- <build>
- <extensions>
- <extension>
- <groupId>org.apache.maven.wagon</groupId>
- <artifactId>wagon-webdav</artifactId>
- </extension>
- </extensions>
- </build>
-</project>
+++ /dev/null
-cdf69ffbcb888aacea6cfeaf479fefd1
\ No newline at end of file
+++ /dev/null
-f6a384b1ab62ed45ae7dee1a059815e94bbc7fa6
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><metadata>
- <groupId>org.apache.maven.archiva.web.test</groupId>
- <artifactId>artifact-a</artifactId>
- <version>1.0</version>
- <versioning>
- <versions>
- <version>1.0</version>
- </versions>
- <lastUpdated>20070417090928</lastUpdated>
- </versioning>
-</metadata>
\ No newline at end of file
+++ /dev/null
-bc87573a595a2c387b5baa4ad7d06743
\ No newline at end of file
+++ /dev/null
-e9ecaaa14a3c09b07206980c15749a631dbc986a
\ No newline at end of file
+++ /dev/null
-16a308257949f23afa5d1f1dec41aa44
\ No newline at end of file
+++ /dev/null
-36a3a9cc35b8ca0d73998d7b39d290b489800a22
\ No newline at end of file
+++ /dev/null
-<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>
- <groupId>org.apache.maven.archiva.web.test</groupId>
- <artifactId>artifact-b</artifactId>
- <packaging>jar</packaging>
- <version>2.0</version>
- <name>artifact-b</name>
- <url>http://maven.apache.org</url>
- <dependencies>
- <dependency>
- <groupId>org.apache.maven.archiva.web.test</groupId>
- <artifactId>artifact-c</artifactId>
- <version>3.0</version>
- </dependency>
- </dependencies>
- <build>
- <extensions>
- <extension>
- <groupId>org.apache.maven.wagon</groupId>
- <artifactId>wagon-webdav</artifactId>
- </extension>
- </extensions>
- </build>
-</project>
+++ /dev/null
-be5b8f8539a62b5935793ebeb87215fd
\ No newline at end of file
+++ /dev/null
-012a658d4a4f70aa3e8dd4b2db67020817b7dfcc
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><metadata>
- <groupId>org.apache.maven.archiva.web.test</groupId>
- <artifactId>artifact-b</artifactId>
- <version>2.0</version>
- <versioning>
- <versions>
- <version>2.0</version>
- </versions>
- <lastUpdated>20070417090908</lastUpdated>
- </versioning>
-</metadata>
\ No newline at end of file
+++ /dev/null
-bedfccc27fc7dc262d5c99a7aa8b83d8
\ No newline at end of file
+++ /dev/null
-4902ea6b16838ff26f9136460c4394b0ad7cc7f5
\ No newline at end of file
+++ /dev/null
-853a10a201f8a296e37e856615c5349c
\ No newline at end of file
+++ /dev/null
-5155da8820ed77c43e983c1244d94a3b27bf08f7
\ No newline at end of file
+++ /dev/null
-<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>
- <groupId>org.apache.maven.archiva.web.test</groupId>
- <artifactId>artifact-c</artifactId>
- <packaging>jar</packaging>
- <version>3.0</version>
- <name>artifact-c</name>
- <url>http://maven.apache.org</url>
- <dependencies>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>3.8.1</version>
- <scope>test</scope>
- </dependency>
- </dependencies>
- <build>
- <extensions>
- <extension>
- <groupId>org.apache.maven.wagon</groupId>
- <artifactId>wagon-webdav</artifactId>
- </extension>
- </extensions>
- </build>
-</project>
+++ /dev/null
-4df0417579b1492f37da14316adb85af
\ No newline at end of file
+++ /dev/null
-c3b007acd9c17b80753b39a4121255965e7e2e65
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><metadata>
- <groupId>org.apache.maven.archiva.web.test</groupId>
- <artifactId>artifact-c</artifactId>
- <version>3.0</version>
- <versioning>
- <versions>
- <version>3.0</version>
- </versions>
- <lastUpdated>20070417090835</lastUpdated>
- </versioning>
-</metadata>
\ No newline at end of file
+++ /dev/null
-74d58d97e78d5e51cc02c489c5edba0d
\ No newline at end of file
+++ /dev/null
-5c7571eb35248be0f65758783b036e8f7899c146
\ No newline at end of file
+++ /dev/null
-55f498a518e1151ce2e54daa674691de
\ No newline at end of file
+++ /dev/null
-730551bde461564d3f8a7e0178ef9bc54a86d2dd
\ No newline at end of file
+++ /dev/null
-<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>
- <groupId>org.apache.maven.archiva.web.test</groupId>
- <artifactId>artifact-s</artifactId>
- <packaging>jar</packaging>
- <version>0.1</version>
- <name>artifact-s</name>
- <url>http://maven.apache.org</url>
- <dependencies>
- <dependency>
- <groupId>org.apache.maven.archiva.web.test</groupId>
- <artifactId>artifact-a</artifactId>
- <version>1.0</version>
- </dependency>
- </dependencies>
- <build>
- <extensions>
- <extension>
- <groupId>org.apache.maven.wagon</groupId>
- <artifactId>wagon-webdav</artifactId>
- </extension>
- </extensions>
- </build>
-</project>
+++ /dev/null
-746ba2848229dbc1c9683ece0e7f02c8
\ No newline at end of file
+++ /dev/null
-0d068f63069a86d982075a1dca7fe74fd95a29df
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><metadata>
- <groupId>org.apache.maven.archiva.web.test</groupId>
- <artifactId>artifact-s</artifactId>
- <version>0.1</version>
- <versioning>
- <versions>
- <version>0.1</version>
- </versions>
- <lastUpdated>20070417090721</lastUpdated>
- </versioning>
-</metadata>
\ No newline at end of file
+++ /dev/null
-baa0ad0afaba9cee66ec262b38f796b6
\ No newline at end of file
+++ /dev/null
-dea84d579f673d2d87c7bd47e4318cdf8e59e4d0
\ No newline at end of file
+++ /dev/null
-#Last Scan Information, managed by Archiva. DO NOT EDIT
-#Thu Apr 19 17:04:36 PHT 2007
-scan.included.files=12
-scan.skipped.files=0
-scan.finished.timestamp=1176973476967
-scan.consumed.files=20
-scan.started.timestamp=1176973467414
+++ /dev/null
-306d556e6e5e4d604dc854d09ddcdefd
\ No newline at end of file
+++ /dev/null
-afb6586f5eb4c63dd5735a0bed11c99c7fac6755
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><project>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.maven.archiva.web.test</groupId>
- <artifactId>foo-bar</artifactId>
- <version>1.0-SNAPSHOT</version>
- <distributionManagement>
- <status>deployed</status>
- </distributionManagement>
-</project>
\ No newline at end of file
+++ /dev/null
-8e896baea663a45d7bd2737f8e464481
\ No newline at end of file
+++ /dev/null
-e37897c617d78dedd978766a2db318d301e80105
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><metadata>
- <groupId>org.apache.maven.archiva.web.test</groupId>
- <artifactId>foo-bar</artifactId>
- <version>1.0-SNAPSHOT</version>
- <versioning>
- <snapshot>
- <buildNumber>1</buildNumber>
- </snapshot>
- <lastUpdated>20070425105840</lastUpdated>
- </versioning>
-</metadata>
\ No newline at end of file
+++ /dev/null
-add4f71a005137e9a296c5b192e900c2
\ No newline at end of file
+++ /dev/null
-b505e302169e04fc821bf571da7435b1e42ef8d7
\ No newline at end of file
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?><metadata>
- <groupId>org.apache.maven.archiva.web.test</groupId>
- <artifactId>foo-bar</artifactId>
- <version>1.0-SNAPSHOT</version>
- <versioning>
- <versions>
- <version>1.0-SNAPSHOT</version>
- </versions>
- <lastUpdated>20070425105840</lastUpdated>
- </versioning>
-</metadata>
\ No newline at end of file
+++ /dev/null
-f3b657fb48d2e82fee5fada169756938
\ No newline at end of file
+++ /dev/null
-f4629e609deb95cefdcdddc6dd8c2942d1c3e47f
\ No newline at end of file