JAMES-2521 Mailbox tools should not be an aggregator project
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/1b6c1bec Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/1b6c1bec Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/1b6c1bec Branch: refs/heads/master Commit: 1b6c1bec7aa9af8b78534f872cdb145898ebd3aa Parents: b34b940 Author: Benoit Tellier <[email protected]> Authored: Mon Aug 20 17:30:44 2018 +0700 Committer: Benoit Tellier <[email protected]> Committed: Wed Aug 29 10:12:45 2018 +0700 ---------------------------------------------------------------------- mailbox/pom.xml | 5 +++- mailbox/tools/copier/pom.xml | 2 +- mailbox/tools/indexer/pom.xml | 2 +- mailbox/tools/jpa-migrator/pom.xml | 2 +- mailbox/tools/maildir-utils/pom.xml | 2 +- mailbox/tools/pom.xml | 40 -------------------------------- 6 files changed, 8 insertions(+), 45 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/1b6c1bec/mailbox/pom.xml ---------------------------------------------------------------------- diff --git a/mailbox/pom.xml b/mailbox/pom.xml index 16dc75d..acd85aa 100644 --- a/mailbox/pom.xml +++ b/mailbox/pom.xml @@ -59,7 +59,10 @@ <module>plugin/quota-search-elasticsearch</module> <module>plugin/quota-search-scanning</module> <module>plugin/spamassassin</module> - <module>tools</module> + <module>tools/copier</module> + <module>tools/indexer</module> + <module>tools/jpa-migrator</module> + <module>tools/maildir-utils</module> </modules> <issueManagement> http://git-wip-us.apache.org/repos/asf/james-project/blob/1b6c1bec/mailbox/tools/copier/pom.xml ---------------------------------------------------------------------- diff --git a/mailbox/tools/copier/pom.xml b/mailbox/tools/copier/pom.xml index b7fc4c4..79b8db2 100644 --- a/mailbox/tools/copier/pom.xml +++ b/mailbox/tools/copier/pom.xml @@ -21,7 +21,7 @@ <modelVersion>4.0.0</modelVersion> <parent> - <artifactId>apache-james-mailbox-tools</artifactId> + <artifactId>apache-james-mailbox</artifactId> <groupId>org.apache.james</groupId> <version>3.2.0-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/james-project/blob/1b6c1bec/mailbox/tools/indexer/pom.xml ---------------------------------------------------------------------- diff --git a/mailbox/tools/indexer/pom.xml b/mailbox/tools/indexer/pom.xml index cfb4e6c..8761068 100644 --- a/mailbox/tools/indexer/pom.xml +++ b/mailbox/tools/indexer/pom.xml @@ -21,7 +21,7 @@ <modelVersion>4.0.0</modelVersion> <parent> - <artifactId>apache-james-mailbox-tools</artifactId> + <artifactId>apache-james-mailbox</artifactId> <groupId>org.apache.james</groupId> <version>3.2.0-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/james-project/blob/1b6c1bec/mailbox/tools/jpa-migrator/pom.xml ---------------------------------------------------------------------- diff --git a/mailbox/tools/jpa-migrator/pom.xml b/mailbox/tools/jpa-migrator/pom.xml index 1a15887..ed44bbf 100644 --- a/mailbox/tools/jpa-migrator/pom.xml +++ b/mailbox/tools/jpa-migrator/pom.xml @@ -21,7 +21,7 @@ <modelVersion>4.0.0</modelVersion> <parent> - <artifactId>apache-james-mailbox-tools</artifactId> + <artifactId>apache-james-mailbox</artifactId> <groupId>org.apache.james</groupId> <version>3.2.0-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/james-project/blob/1b6c1bec/mailbox/tools/maildir-utils/pom.xml ---------------------------------------------------------------------- diff --git a/mailbox/tools/maildir-utils/pom.xml b/mailbox/tools/maildir-utils/pom.xml index 92a5184..cf09b19 100644 --- a/mailbox/tools/maildir-utils/pom.xml +++ b/mailbox/tools/maildir-utils/pom.xml @@ -21,7 +21,7 @@ <modelVersion>4.0.0</modelVersion> <parent> - <artifactId>apache-james-mailbox-tools</artifactId> + <artifactId>apache-james-mailbox</artifactId> <groupId>org.apache.james</groupId> <version>3.2.0-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/james-project/blob/1b6c1bec/mailbox/tools/pom.xml ---------------------------------------------------------------------- diff --git a/mailbox/tools/pom.xml b/mailbox/tools/pom.xml deleted file mode 100644 index 83b6bbf..0000000 --- a/mailbox/tools/pom.xml +++ /dev/null @@ -1,40 +0,0 @@ -<?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> - <artifactId>apache-james-mailbox</artifactId> - <groupId>org.apache.james</groupId> - <version>3.2.0-SNAPSHOT</version> - </parent> - - <artifactId>apache-james-mailbox-tools</artifactId> - <packaging>pom</packaging> - - <name>Apache James :: Mailbox :: Tools</name> - - <modules> - <module>copier</module> - <module>indexer</module> - <module>jpa-migrator</module> - <module>maildir-utils</module> - </modules> -</project> \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
