2007-03-22 22:03:11 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!--
|
2009-10-16 12:35:38 +00:00
|
|
|
~ 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
|
2007-03-22 22:03:11 +00:00
|
|
|
~
|
2009-10-16 12:35:38 +00:00
|
|
|
~ http://www.apache.org/licenses/LICENSE-2.0
|
2007-03-22 22:03:11 +00:00
|
|
|
~
|
2009-10-16 12:35:38 +00:00
|
|
|
~ 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.
|
2011-08-23 12:18:35 +00:00
|
|
|
-->
|
|
|
|
<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">
|
2007-03-22 22:03:11 +00:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
2008-03-29 02:01:11 +00:00
|
|
|
<groupId>org.apache.archiva</groupId>
|
2008-03-29 03:09:22 +00:00
|
|
|
<artifactId>archiva-modules</artifactId>
|
2011-10-18 12:19:44 +00:00
|
|
|
<version>1.4-M1</version>
|
2007-03-22 22:03:11 +00:00
|
|
|
</parent>
|
|
|
|
|
|
|
|
<artifactId>archiva-base</artifactId>
|
|
|
|
<name>Archiva Base</name>
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
|
|
|
<modules>
|
|
|
|
<module>archiva-common</module>
|
2011-09-08 09:36:24 +00:00
|
|
|
<module>archiva-model</module>
|
|
|
|
<module>archiva-configuration</module>
|
|
|
|
<module>archiva-checksum</module>
|
2011-05-26 20:53:32 +00:00
|
|
|
<module>archiva-plexus-bridge</module>
|
2007-04-16 00:52:25 +00:00
|
|
|
<module>archiva-policies</module>
|
2007-03-22 22:03:11 +00:00
|
|
|
<module>archiva-consumers</module>
|
|
|
|
<module>archiva-indexer</module>
|
|
|
|
<module>archiva-repository-layer</module>
|
2007-04-03 15:21:33 +00:00
|
|
|
<module>archiva-xml-tools</module>
|
2011-09-08 09:36:24 +00:00
|
|
|
<module>archiva-proxy-common</module>
|
2007-04-16 00:52:25 +00:00
|
|
|
<module>archiva-proxy</module>
|
2007-05-29 15:13:29 +00:00
|
|
|
<module>archiva-transaction</module>
|
|
|
|
<module>archiva-artifact-converter</module>
|
2007-04-25 21:51:17 +00:00
|
|
|
<module>archiva-converter</module>
|
2009-10-16 12:35:38 +00:00
|
|
|
<module>archiva-repository-scanner</module>
|
2011-08-22 15:13:34 +00:00
|
|
|
<module>archiva-repository-admin</module>
|
2011-09-05 08:31:35 +00:00
|
|
|
<module>archiva-security-common</module>
|
2007-03-22 22:03:11 +00:00
|
|
|
</modules>
|
2011-06-15 09:36:05 +00:00
|
|
|
</project>
|