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.
|
2012-10-26 17:11:58 +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>
|
2017-05-18 15:04:58 +10:00
|
|
|
<version>3.0.0-SNAPSHOT</version>
|
2007-03-22 22:03:11 +00:00
|
|
|
</parent>
|
|
|
|
|
|
|
|
<artifactId>archiva-base</artifactId>
|
2012-10-27 21:37:28 +00:00
|
|
|
<name>Archiva :: Base</name>
|
2007-03-22 22:03:11 +00:00
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
2018-11-04 13:34:47 +01:00
|
|
|
<properties>
|
|
|
|
<site.staging.base>${project.parent.basedir}</site.staging.base>
|
|
|
|
</properties>
|
2007-03-22 22:03:11 +00:00
|
|
|
<modules>
|
2012-07-02 07:40:05 +00:00
|
|
|
<module>archiva-test-utils</module>
|
2007-03-22 22:03:11 +00:00
|
|
|
<module>archiva-common</module>
|
2015-10-01 14:51:45 +10:00
|
|
|
<module>archiva-mock</module>
|
2013-12-12 11:26:40 +00:00
|
|
|
<module>archiva-filelock</module>
|
2011-09-08 09:36:24 +00:00
|
|
|
<module>archiva-model</module>
|
|
|
|
<module>archiva-configuration</module>
|
|
|
|
<module>archiva-checksum</module>
|
2007-04-16 00:52:25 +00:00
|
|
|
<module>archiva-policies</module>
|
2017-11-08 22:59:33 +01:00
|
|
|
<module>archiva-repository-api</module>
|
2011-12-13 21:52:53 +00:00
|
|
|
<module>archiva-consumers</module>
|
2007-03-22 22:03:11 +00:00
|
|
|
<module>archiva-repository-layer</module>
|
2007-04-03 15:21:33 +00:00
|
|
|
<module>archiva-xml-tools</module>
|
2012-10-29 21:00:51 +00:00
|
|
|
<module>archiva-proxy-api</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>
|
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>
|
2019-07-28 15:24:13 +02:00
|
|
|
<module>archiva-storage-api</module>
|
|
|
|
<module>archiva-storage-fs</module>
|
2007-03-22 22:03:11 +00:00
|
|
|
</modules>
|
2012-10-27 21:37:28 +00:00
|
|
|
</project>
|