| <?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> |
| |
| <parent> |
| <groupId>org.apache.james</groupId> |
| <artifactId>james-project</artifactId> |
| <version>3.7.1-SNAPSHOT</version> |
| </parent> |
| |
| <artifactId>apache-james-mailbox</artifactId> |
| <packaging>pom</packaging> |
| |
| <name>Apache James :: Mailbox</name> |
| <description>Apache James Mailbox</description> |
| <url>http://james.apache.org/mailbox</url> |
| <inceptionYear>2010</inceptionYear> |
| |
| <modules> |
| <module>api</module> |
| <module>backup</module> |
| <module>cassandra</module> |
| <module>elasticsearch-v7</module> |
| |
| <module>event/json</module> |
| |
| <module>jpa</module> |
| <module>lucene</module> |
| <module>memory</module> |
| |
| <module>plugin/deleted-messages-vault</module> |
| <module>plugin/deleted-messages-vault-cassandra</module> |
| |
| <module>plugin/quota-mailing</module> |
| <module>plugin/quota-mailing-cassandra</module> |
| <module>plugin/quota-mailing-memory</module> |
| |
| <module>plugin/quota-search</module> |
| <module>plugin/quota-search-elasticsearch-v7</module> |
| <module>plugin/quota-search-scanning</module> |
| |
| <module>plugin/spamassassin</module> |
| |
| <module>scanning-search</module> |
| <module>spring</module> |
| <module>store</module> |
| <module>tika</module> |
| |
| <module>tools/copier</module> |
| <module>tools/indexer</module> |
| <module>tools/jpa-migrator</module> |
| <module>tools/quota-recompute</module> |
| </modules> |
| |
| <issueManagement> |
| <system>JIRA</system> |
| <url>http://issues.apache.org/jira/browse/MAILBOX</url> |
| </issueManagement> |
| |
| </project> |