2009-10-16 08:35:38 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2006-12-23 01:39:46 -05: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
|
|
|
|
~
|
2009-10-16 08:35:38 -04:00
|
|
|
~ http://www.apache.org/licenses/LICENSE-2.0
|
2006-12-23 01:39:46 -05: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-03-29 10:13:37 -04:00
|
|
|
-->
|
2011-10-18 08:19:44 -04: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">
|
2006-09-05 03:00:52 -04:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2009-10-16 08:35:38 -04:00
|
|
|
<parent>
|
|
|
|
<artifactId>archiva-modules</artifactId>
|
|
|
|
<groupId>org.apache.archiva</groupId>
|
2017-05-12 15:36:19 -04:00
|
|
|
<version>2.2.4-SNAPSHOT</version>
|
2009-10-16 08:35:38 -04:00
|
|
|
</parent>
|
|
|
|
<artifactId>plugins</artifactId>
|
2012-10-27 17:37:28 -04:00
|
|
|
<name>Archiva :: Core Plugins</name>
|
2009-10-16 08:35:38 -04:00
|
|
|
<packaging>pom</packaging>
|
|
|
|
<modules>
|
2011-03-29 10:13:37 -04:00
|
|
|
<module>metadata-store-file</module>
|
2009-11-24 01:26:04 -05:00
|
|
|
<module>maven2-repository</module>
|
2009-12-07 17:32:10 -05:00
|
|
|
<module>repository-statistics</module>
|
2009-12-15 18:07:36 -05:00
|
|
|
<module>problem-reports</module>
|
2010-01-19 01:15:09 -05:00
|
|
|
<module>audit</module>
|
2010-09-28 05:09:32 -04:00
|
|
|
<module>stage-repository-merge</module>
|
2010-06-03 22:11:25 -04:00
|
|
|
<module>generic-metadata-support</module>
|
2010-12-17 01:26:09 -05:00
|
|
|
<module>metadata-store-jcr</module>
|
2014-04-05 07:56:24 -04:00
|
|
|
<module>metadata-store-cassandra</module>
|
2009-10-16 08:35:38 -04:00
|
|
|
</modules>
|
2013-11-19 22:15:01 -05:00
|
|
|
|
2010-09-28 05:09:32 -04:00
|
|
|
</project>
|